Struct xcb::x::GetSelectionOwner
source · pub struct GetSelectionOwner {
pub selection: Atom,
}
Expand description
Gets the owner of a selection
Gets the owner of the specified selection.
TODO: briefly explain what a selection is.
This request replies GetSelectionOwnerReply.
Associated cookie types are GetSelectionOwnerCookie and GetSelectionOwnerCookieUnchecked.
Fields§
§selection: Atom
The selection.
Trait Implementations§
source§impl Clone for GetSelectionOwner
impl Clone for GetSelectionOwner
source§fn clone(&self) -> GetSelectionOwner
fn clone(&self) -> GetSelectionOwner
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetSelectionOwner
impl Debug for GetSelectionOwner
source§impl RawRequest for GetSelectionOwner
impl RawRequest for GetSelectionOwner
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetSelectionOwner
impl Request for GetSelectionOwner
source§impl RequestWithReply for GetSelectionOwner
impl RequestWithReply for GetSelectionOwner
source§type Reply = GetSelectionOwnerReply
type Reply = GetSelectionOwnerReply
Reply associated with the request
source§type Cookie = GetSelectionOwnerCookie
type Cookie = GetSelectionOwnerCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetSelectionOwnerCookieUnchecked
type CookieUnchecked = GetSelectionOwnerCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetSelectionOwner
impl RefUnwindSafe for GetSelectionOwner
impl Send for GetSelectionOwner
impl Sync for GetSelectionOwner
impl Unpin for GetSelectionOwner
impl UnwindSafe for GetSelectionOwner
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)