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