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