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