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