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