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