Struct xcb::xinput::DeviceResolutionStateBuf
source · pub struct DeviceResolutionStateBuf { /* private fields */ }
Implementations§
source§impl DeviceResolutionStateBuf
impl DeviceResolutionStateBuf
sourcepub fn new(
control_id: DeviceControl,
len: u16,
resolution_values: &[u32],
resolution_min: &[u32],
resolution_max: &[u32],
) -> DeviceResolutionStateBuf
pub fn new( control_id: DeviceControl, len: u16, resolution_values: &[u32], resolution_min: &[u32], resolution_max: &[u32], ) -> DeviceResolutionStateBuf
Construct a new DeviceResolutionStateBuf.
Methods from Deref<Target = 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 Clone for DeviceResolutionStateBuf
impl Clone for DeviceResolutionStateBuf
source§fn clone(&self) -> DeviceResolutionStateBuf
fn clone(&self) -> DeviceResolutionStateBuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeviceResolutionStateBuf
impl Debug for DeviceResolutionStateBuf
Auto Trait Implementations§
impl Freeze for DeviceResolutionStateBuf
impl RefUnwindSafe for DeviceResolutionStateBuf
impl Send for DeviceResolutionStateBuf
impl Sync for DeviceResolutionStateBuf
impl Unpin for DeviceResolutionStateBuf
impl UnwindSafe for DeviceResolutionStateBuf
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)