Struct xcb::glx::GetLightfvCookieUnchecked
source · pub struct GetLightfvCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetLightfv.
This cookie can be used to get a GetLightfvReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl Cookie for GetLightfvCookieUnchecked
impl Cookie for GetLightfvCookieUnchecked
source§impl CookieWithReplyUnchecked for GetLightfvCookieUnchecked
impl CookieWithReplyUnchecked for GetLightfvCookieUnchecked
source§type Reply = GetLightfvReply
type Reply = GetLightfvReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetLightfvCookieUnchecked
impl RefUnwindSafe for GetLightfvCookieUnchecked
impl Send for GetLightfvCookieUnchecked
impl Sync for GetLightfvCookieUnchecked
impl Unpin for GetLightfvCookieUnchecked
impl UnwindSafe for GetLightfvCookieUnchecked
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