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