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