Struct x11_dl::xinput::XFeedbackControl
source · 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 ==
.