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