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