Struct xcb::xinput::DeviceAbsAreaState
source · pub struct DeviceAbsAreaState { /* private fields */ }
Implementations§
source§impl DeviceAbsAreaState
impl DeviceAbsAreaState
sourcepub fn new(
control_id: DeviceControl,
len: u16,
offset_x: u32,
offset_y: u32,
width: u32,
height: u32,
screen: u32,
following: u32,
) -> DeviceAbsAreaState
pub fn new( control_id: DeviceControl, len: u16, offset_x: u32, offset_y: u32, width: u32, height: u32, screen: u32, following: u32, ) -> DeviceAbsAreaState
Construct a new DeviceAbsAreaState.
pub fn control_id(&self) -> DeviceControl
pub fn len(&self) -> u16
pub fn offset_x(&self) -> u32
pub fn offset_y(&self) -> u32
pub fn width(&self) -> u32
pub fn height(&self) -> u32
pub fn screen(&self) -> u32
pub fn following(&self) -> u32
Trait Implementations§
source§impl Clone for DeviceAbsAreaState
impl Clone for DeviceAbsAreaState
source§fn clone(&self) -> DeviceAbsAreaState
fn clone(&self) -> DeviceAbsAreaState
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 DeviceAbsAreaState
impl Debug for DeviceAbsAreaState
impl Copy for DeviceAbsAreaState
Auto Trait Implementations§
impl Freeze for DeviceAbsAreaState
impl RefUnwindSafe for DeviceAbsAreaState
impl Send for DeviceAbsAreaState
impl Sync for DeviceAbsAreaState
impl Unpin for DeviceAbsAreaState
impl UnwindSafe for DeviceAbsAreaState
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
)