#[repr(C, packed(2))]pub struct TabletData {
pub td_XFraction: UWORD,
pub td_YFraction: UWORD,
pub td_TabletX: ULONG,
pub td_TabletY: ULONG,
pub td_RangeX: ULONG,
pub td_RangeY: ULONG,
pub td_TagList: *mut TagItem,
}Fields§
§td_XFraction: UWORD§td_YFraction: UWORD§td_TabletX: ULONG§td_TabletY: ULONG§td_RangeX: ULONG§td_RangeY: ULONG§td_TagList: *mut TagItemTrait Implementations§
Source§impl Clone for TabletData
impl Clone for TabletData
Source§fn clone(&self) -> TabletData
fn clone(&self) -> TabletData
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 TabletData
impl Debug for TabletData
impl Copy for TabletData
Auto Trait Implementations§
impl Freeze for TabletData
impl RefUnwindSafe for TabletData
impl !Send for TabletData
impl !Sync for TabletData
impl Unpin for TabletData
impl UnwindSafe for TabletData
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