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