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