Struct xcb::xinput::GetFeedbackControlReply
source · pub struct GetFeedbackControlReply { /* private fields */ }
Expand description
Reply type for GetFeedbackControl.
Can be obtained from a GetFeedbackControlCookie with Connection::wait_for_reply or from a GetFeedbackControlCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetFeedbackControlReply
impl Debug for GetFeedbackControlReply
source§impl Drop for GetFeedbackControlReply
impl Drop for GetFeedbackControlReply
source§impl Reply for GetFeedbackControlReply
impl Reply for GetFeedbackControlReply
impl Send for GetFeedbackControlReply
impl Sync for GetFeedbackControlReply
Auto Trait Implementations§
impl Freeze for GetFeedbackControlReply
impl RefUnwindSafe for GetFeedbackControlReply
impl Unpin for GetFeedbackControlReply
impl UnwindSafe for GetFeedbackControlReply
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