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