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