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