Struct xcb::glx::VendorPrivateWithReplyReply
source · pub struct VendorPrivateWithReplyReply { /* private fields */ }
Expand description
Reply type for VendorPrivateWithReply.
Can be obtained from a VendorPrivateWithReplyCookie with Connection::wait_for_reply or from a VendorPrivateWithReplyCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for VendorPrivateWithReplyReply
impl Debug for VendorPrivateWithReplyReply
source§impl Drop for VendorPrivateWithReplyReply
impl Drop for VendorPrivateWithReplyReply
source§impl Reply for VendorPrivateWithReplyReply
impl Reply for VendorPrivateWithReplyReply
impl Send for VendorPrivateWithReplyReply
impl Sync for VendorPrivateWithReplyReply
Auto Trait Implementations§
impl Freeze for VendorPrivateWithReplyReply
impl RefUnwindSafe for VendorPrivateWithReplyReply
impl Unpin for VendorPrivateWithReplyReply
impl UnwindSafe for VendorPrivateWithReplyReply
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