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