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