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