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