pub struct GetSelectionDataContext {
pub selection: Atom,
}Expand description
The GetSelectionDataContext request.
This request replies GetSelectionDataContextReply.
Associated cookie types are GetSelectionDataContextCookie and GetSelectionDataContextCookieUnchecked.
Fields§
§selection: AtomTrait 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