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