Struct x11::xinput::XFeedbackControl
source · #[repr(C)]pub struct XFeedbackControl {
pub class: XID,
pub length: c_int,
pub id: XID,
}
Fields§
§class: XID
§length: c_int
§id: XID
Trait Implementations§
source§impl Clone for XFeedbackControl
impl Clone for XFeedbackControl
source§fn clone(&self) -> XFeedbackControl
fn clone(&self) -> XFeedbackControl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XFeedbackControl
impl Debug for XFeedbackControl
source§impl PartialEq<XFeedbackControl> for XFeedbackControl
impl PartialEq<XFeedbackControl> for XFeedbackControl
source§fn eq(&self, other: &XFeedbackControl) -> bool
fn eq(&self, other: &XFeedbackControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.