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