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