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