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