Struct xcb::xselinux::ListSelectionsCookie
source · pub struct ListSelectionsCookie { /* private fields */ }
Expand description
Cookie type for ListSelections.
This cookie can be used to get a ListSelectionsReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for ListSelectionsCookie
impl Cookie for ListSelectionsCookie
source§impl CookieWithReplyChecked for ListSelectionsCookie
impl CookieWithReplyChecked for ListSelectionsCookie
source§type Reply = ListSelectionsReply
type Reply = ListSelectionsReply
The reply type associated with the cookie
source§impl Debug for ListSelectionsCookie
impl Debug for ListSelectionsCookie
impl CookieChecked for ListSelectionsCookie
Auto Trait Implementations§
impl Freeze for ListSelectionsCookie
impl RefUnwindSafe for ListSelectionsCookie
impl Send for ListSelectionsCookie
impl Sync for ListSelectionsCookie
impl Unpin for ListSelectionsCookie
impl UnwindSafe for ListSelectionsCookie
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