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