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