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