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