Struct xcb::xinput::DeviceClass
source · pub struct DeviceClass { /* private fields */ }
Implementations§
source§impl DeviceClass
impl DeviceClass
Trait Implementations§
source§impl Borrow<DeviceClass> for DeviceClassBuf
impl Borrow<DeviceClass> for DeviceClassBuf
source§fn borrow(&self) -> &DeviceClass
fn borrow(&self) -> &DeviceClass
Immutably borrows from an owned value. Read more
source§impl Debug for DeviceClass
impl Debug for DeviceClass
source§impl ToOwned for DeviceClass
impl ToOwned for DeviceClass
source§type Owned = DeviceClassBuf
type Owned = DeviceClassBuf
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