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