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