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