Struct xcb::xselinux::GetSelectionContextCookieUnchecked
source · pub struct GetSelectionContextCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetSelectionContext.
This cookie can be used to get a GetSelectionContextReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl CookieWithReplyUnchecked for GetSelectionContextCookieUnchecked
impl CookieWithReplyUnchecked for GetSelectionContextCookieUnchecked
source§type Reply = GetSelectionContextReply
type Reply = GetSelectionContextReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetSelectionContextCookieUnchecked
impl RefUnwindSafe for GetSelectionContextCookieUnchecked
impl Send for GetSelectionContextCookieUnchecked
impl Sync for GetSelectionContextCookieUnchecked
impl Unpin for GetSelectionContextCookieUnchecked
impl UnwindSafe for GetSelectionContextCookieUnchecked
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