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