#[repr(transparent)]pub struct ESimProfileState(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl ESimProfileState
impl ESimProfileState
Trait Implementations
impl Clone for ESimProfileState
impl Clone for ESimProfileState
impl Copy for ESimProfileState
Auto Trait Implementations
impl RefUnwindSafe for ESimProfileState
impl Send for ESimProfileState
impl Sync for ESimProfileState
impl Unpin for ESimProfileState
impl UnwindSafe for ESimProfileState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more