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