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