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