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