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