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