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