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