Struct x11_dl::xinput::XFeedbackState
[−]
[src]
pub struct XFeedbackState { pub class: XID, pub length: c_int, pub id: XID, }
Fields
class | |
length | |
id |
pub struct XFeedbackState { pub class: XID, pub length: c_int, pub id: XID, }
class | |
length | |
id |
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
fn clone_from(&mut self, source: &Self)