Struct x11::xinput::XFeedbackControl
source · [−]Fields
class: XID
length: c_int
id: XID
Trait Implementations
sourceimpl Clone for XFeedbackControl
impl Clone for XFeedbackControl
sourcefn clone(&self) -> XFeedbackControl
fn clone(&self) -> XFeedbackControl
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 XFeedbackControl
impl Debug for XFeedbackControl
sourceimpl PartialEq<XFeedbackControl> for XFeedbackControl
impl PartialEq<XFeedbackControl> for XFeedbackControl
sourcefn eq(&self, other: &XFeedbackControl) -> bool
fn eq(&self, other: &XFeedbackControl) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XFeedbackControl
impl StructuralPartialEq for XFeedbackControl
Auto Trait Implementations
impl RefUnwindSafe for XFeedbackControl
impl Send for XFeedbackControl
impl Sync for XFeedbackControl
impl Unpin for XFeedbackControl
impl UnwindSafe for XFeedbackControl
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