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