Struct DISPID_InkTablet
#[repr(transparent)]pub struct DISPID_InkTablet(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DISPID_InkTablet
impl Clone for DISPID_InkTablet
§fn clone(&self) -> DISPID_InkTablet
fn clone(&self) -> DISPID_InkTablet
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 more§impl Debug for DISPID_InkTablet
impl Debug for DISPID_InkTablet
§impl Default for DISPID_InkTablet
impl Default for DISPID_InkTablet
§fn default() -> DISPID_InkTablet
fn default() -> DISPID_InkTablet
Returns the “default value” for a type. Read more
§impl PartialEq for DISPID_InkTablet
impl PartialEq for DISPID_InkTablet
impl Copy for DISPID_InkTablet
impl Eq for DISPID_InkTablet
impl StructuralPartialEq for DISPID_InkTablet
Auto Trait Implementations§
impl Freeze for DISPID_InkTablet
impl RefUnwindSafe for DISPID_InkTablet
impl Send for DISPID_InkTablet
impl Sync for DISPID_InkTablet
impl Unpin for DISPID_InkTablet
impl UnwindSafe for DISPID_InkTablet
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