#[repr(C)]pub struct IEPointerTablet {
pub iept_Range: IEPointerTablet__bindgen_ty_1,
pub iept_Value: IEPointerTablet__bindgen_ty_2,
pub iept_Pressure: WORD,
}Fields§
§iept_Range: IEPointerTablet__bindgen_ty_1§iept_Value: IEPointerTablet__bindgen_ty_2§iept_Pressure: WORDTrait Implementations§
Source§impl Clone for IEPointerTablet
impl Clone for IEPointerTablet
Source§fn clone(&self) -> IEPointerTablet
fn clone(&self) -> IEPointerTablet
Returns a duplicate 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 IEPointerTablet
impl Debug for IEPointerTablet
impl Copy for IEPointerTablet
Auto Trait Implementations§
impl Freeze for IEPointerTablet
impl RefUnwindSafe for IEPointerTablet
impl Send for IEPointerTablet
impl Sync for IEPointerTablet
impl Unpin for IEPointerTablet
impl UnwindSafe for IEPointerTablet
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