Struct xcb::xinput::DeviceResolutionCtl
source · pub struct DeviceResolutionCtl { /* private fields */ }
Implementations§
source§impl DeviceResolutionCtl
impl DeviceResolutionCtl
pub fn control_id(&self) -> DeviceControl
pub fn len(&self) -> u16
pub fn first_valuator(&self) -> u8
pub fn resolution_values(&self) -> &[u32]
Trait Implementations§
source§impl Borrow<DeviceResolutionCtl> for DeviceResolutionCtlBuf
impl Borrow<DeviceResolutionCtl> for DeviceResolutionCtlBuf
source§fn borrow(&self) -> &DeviceResolutionCtl
fn borrow(&self) -> &DeviceResolutionCtl
Immutably borrows from an owned value. Read more
source§impl Debug for DeviceResolutionCtl
impl Debug for DeviceResolutionCtl
source§impl ToOwned for DeviceResolutionCtl
impl ToOwned for DeviceResolutionCtl
source§type Owned = DeviceResolutionCtlBuf
type Owned = DeviceResolutionCtlBuf
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