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