Struct x11_dl::xinput::XFeedbackControl [] [src]

pub struct XFeedbackControl {
    pub class: XID,
    pub length: c_int,
    pub id: XID,
}

Fields

class
length
id

Trait Implementations

Derived Implementations

impl PartialEq for XFeedbackControl

fn eq(&self, __arg_0: &XFeedbackControl) -> bool

fn ne(&self, __arg_0: &XFeedbackControl) -> bool

impl Copy for XFeedbackControl

impl Clone for XFeedbackControl

fn clone(&self) -> XFeedbackControl

1.0.0fn clone_from(&mut self, source: &Self)