#[repr(C, packed(2))]pub struct TabletHookData {
pub thd_Screen: *mut Screen,
pub thd_Width: ULONG,
pub thd_Height: ULONG,
pub thd_ScreenChanged: LONG,
}Fields§
§thd_Screen: *mut Screen§thd_Width: ULONG§thd_Height: ULONG§thd_ScreenChanged: LONGTrait Implementations§
Source§impl Clone for TabletHookData
impl Clone for TabletHookData
Source§fn clone(&self) -> TabletHookData
fn clone(&self) -> TabletHookData
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 TabletHookData
impl Debug for TabletHookData
impl Copy for TabletHookData
Auto Trait Implementations§
impl Freeze for TabletHookData
impl RefUnwindSafe for TabletHookData
impl !Send for TabletHookData
impl !Sync for TabletHookData
impl Unpin for TabletHookData
impl UnwindSafe for TabletHookData
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