Struct xcb::xselinux::GetSelectionDataContext
source · pub struct GetSelectionDataContext {
pub selection: Atom,
}
Expand description
The GetSelectionDataContext
request.
This request replies GetSelectionDataContextReply.
Associated cookie types are GetSelectionDataContextCookie and GetSelectionDataContextCookieUnchecked.
Fields§
§selection: Atom
Trait Implementations§
source§impl Clone for GetSelectionDataContext
impl Clone for GetSelectionDataContext
source§fn clone(&self) -> GetSelectionDataContext
fn clone(&self) -> GetSelectionDataContext
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 GetSelectionDataContext
impl Debug for GetSelectionDataContext
source§impl RawRequest for GetSelectionDataContext
impl RawRequest for GetSelectionDataContext
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 GetSelectionDataContext
impl Request for GetSelectionDataContext
source§impl RequestWithReply for GetSelectionDataContext
impl RequestWithReply for GetSelectionDataContext
source§type Reply = GetSelectionDataContextReply
type Reply = GetSelectionDataContextReply
Reply associated with the request
source§type Cookie = GetSelectionDataContextCookie
type Cookie = GetSelectionDataContextCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetSelectionDataContextCookieUnchecked
type CookieUnchecked = GetSelectionDataContextCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetSelectionDataContext
impl RefUnwindSafe for GetSelectionDataContext
impl Send for GetSelectionDataContext
impl Sync for GetSelectionDataContext
impl Unpin for GetSelectionDataContext
impl UnwindSafe for GetSelectionDataContext
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
)