Struct x11::xinput::XFeedbackState
source · #[repr(C)]pub struct XFeedbackState {
pub class: XID,
pub length: c_int,
pub id: XID,
}Fields§
§class: XID§length: c_int§id: XIDTrait Implementations§
source§impl Clone for XFeedbackState
impl Clone for XFeedbackState
source§fn clone(&self) -> XFeedbackState
fn clone(&self) -> XFeedbackState
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 XFeedbackState
impl Debug for XFeedbackState
source§impl PartialEq<XFeedbackState> for XFeedbackState
impl PartialEq<XFeedbackState> for XFeedbackState
source§fn eq(&self, other: &XFeedbackState) -> bool
fn eq(&self, other: &XFeedbackState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.