Struct x11_dl::xinput::XFeedbackState [] [src]

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

Fields

class
length
id

Trait Implementations

Derived Implementations

impl PartialEq for XFeedbackState

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

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

impl Copy for XFeedbackState

impl Clone for XFeedbackState

fn clone(&self) -> XFeedbackState

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