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