Struct x11_dl::xinput::XFeedbackControl [−][src]
Fields
class: XID
length: c_int
id: XID
Trait Implementations
impl Debug for XFeedbackControl[src]
impl Debug for XFeedbackControlfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XFeedbackControl[src]
impl Clone for XFeedbackControlfn clone(&self) -> XFeedbackControl[src]
fn clone(&self) -> XFeedbackControlReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XFeedbackControl[src]
impl Copy for XFeedbackControlimpl PartialEq for XFeedbackControl[src]
impl PartialEq for XFeedbackControlfn eq(&self, other: &XFeedbackControl) -> bool[src]
fn eq(&self, other: &XFeedbackControl) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XFeedbackControl) -> bool[src]
fn ne(&self, other: &XFeedbackControl) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XFeedbackControl
impl Send for XFeedbackControlimpl Sync for XFeedbackControl
impl Sync for XFeedbackControl