#[repr(transparent)]pub struct ESimProfileClass(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl ESimProfileClass
impl ESimProfileClass
Trait Implementations
impl Clone for ESimProfileClass
impl Clone for ESimProfileClass
impl Copy for ESimProfileClass
Auto Trait Implementations
impl RefUnwindSafe for ESimProfileClass
impl Send for ESimProfileClass
impl Sync for ESimProfileClass
impl Unpin for ESimProfileClass
impl UnwindSafe for ESimProfileClass
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