Struct xcb::xselinux::ListSelectionsReply
source · pub struct ListSelectionsReply { /* private fields */ }
Expand description
Reply type for ListSelections.
Can be obtained from a ListSelectionsCookie with Connection::wait_for_reply or from a ListSelectionsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl ListSelectionsReply
impl ListSelectionsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn selections(&self) -> ListItemIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for ListSelectionsReply
impl Debug for ListSelectionsReply
source§impl Drop for ListSelectionsReply
impl Drop for ListSelectionsReply
source§impl Reply for ListSelectionsReply
impl Reply for ListSelectionsReply
impl Send for ListSelectionsReply
impl Sync for ListSelectionsReply
Auto Trait Implementations§
impl Freeze for ListSelectionsReply
impl RefUnwindSafe for ListSelectionsReply
impl Unpin for ListSelectionsReply
impl UnwindSafe for ListSelectionsReply
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