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