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