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