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