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