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