Struct xcb::xinput::DeviceState
source · pub struct DeviceState { /* private fields */ }
Implementations§
source§impl DeviceState
impl DeviceState
pub fn control_id(&self) -> DeviceControl
pub fn len(&self) -> u16
pub fn data(&self) -> DeviceStateData
Trait Implementations§
source§impl Borrow<DeviceState> for DeviceStateBuf
impl Borrow<DeviceState> for DeviceStateBuf
source§fn borrow(&self) -> &DeviceState
fn borrow(&self) -> &DeviceState
Immutably borrows from an owned value. Read more
source§impl Debug for DeviceState
impl Debug for DeviceState
source§impl ToOwned for DeviceState
impl ToOwned for DeviceState
source§type Owned = DeviceStateBuf
type Owned = DeviceStateBuf
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more