Struct x11::xinput::XFeedbackState
source · [−]Fields
class: XID
length: c_int
id: XID
Trait Implementations
sourceimpl Clone for XFeedbackState
impl Clone for XFeedbackState
sourcefn clone(&self) -> XFeedbackState
fn clone(&self) -> XFeedbackState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XFeedbackState
impl Debug for XFeedbackState
sourceimpl PartialEq<XFeedbackState> for XFeedbackState
impl PartialEq<XFeedbackState> for XFeedbackState
sourcefn eq(&self, other: &XFeedbackState) -> bool
fn eq(&self, other: &XFeedbackState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XFeedbackState
impl StructuralPartialEq for XFeedbackState
Auto Trait Implementations
impl RefUnwindSafe for XFeedbackState
impl Send for XFeedbackState
impl Sync for XFeedbackState
impl Unpin for XFeedbackState
impl UnwindSafe for XFeedbackState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more