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