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