Struct x11_dl::xinput::XFeedbackControl
source · #[repr(C)]pub struct XFeedbackControl {
pub class: XID,
pub length: c_int,
pub id: XID,
}
Fields§
§class: XID
§length: c_int
§id: XID
Trait Implementations§
source§impl Clone for XFeedbackControl
impl Clone for XFeedbackControl
source§fn clone(&self) -> XFeedbackControl
fn clone(&self) -> XFeedbackControl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XFeedbackControl
impl Debug for XFeedbackControl
source§impl PartialEq for XFeedbackControl
impl PartialEq for XFeedbackControl
source§fn 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 ==
.impl Copy for XFeedbackControl
impl StructuralPartialEq for XFeedbackControl
Auto Trait Implementations§
impl Freeze for XFeedbackControl
impl RefUnwindSafe for XFeedbackControl
impl Send for XFeedbackControl
impl Sync for XFeedbackControl
impl Unpin for XFeedbackControl
impl UnwindSafe for XFeedbackControl
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