#[repr(transparent)]pub struct ESimProfileClass(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl ESimProfileClass
impl ESimProfileClass
pub const Operational: Self = Self(0i32)
pub const Test: Self = Self(1i32)
pub const Provisioning: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more