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