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