Struct xcb::glx::IsEnabledReply
source · pub struct IsEnabledReply { /* private fields */ }
Expand description
Reply type for IsEnabled.
Can be obtained from a IsEnabledCookie with Connection::wait_for_reply or from a IsEnabledCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for IsEnabledReply
impl Debug for IsEnabledReply
source§impl Drop for IsEnabledReply
impl Drop for IsEnabledReply
source§impl Reply for IsEnabledReply
impl Reply for IsEnabledReply
impl Send for IsEnabledReply
impl Sync for IsEnabledReply
Auto Trait Implementations§
impl Freeze for IsEnabledReply
impl RefUnwindSafe for IsEnabledReply
impl Unpin for IsEnabledReply
impl UnwindSafe for IsEnabledReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more