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