Struct xcb::glx::GetBooleanvReply
source · pub struct GetBooleanvReply { /* private fields */ }
Expand description
Reply type for GetBooleanv.
Can be obtained from a GetBooleanvCookie with Connection::wait_for_reply or from a GetBooleanvCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetBooleanvReply
impl Debug for GetBooleanvReply
source§impl Drop for GetBooleanvReply
impl Drop for GetBooleanvReply
source§impl Reply for GetBooleanvReply
impl Reply for GetBooleanvReply
impl Send for GetBooleanvReply
impl Sync for GetBooleanvReply
Auto Trait Implementations§
impl Freeze for GetBooleanvReply
impl RefUnwindSafe for GetBooleanvReply
impl Unpin for GetBooleanvReply
impl UnwindSafe for GetBooleanvReply
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