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