#[repr(transparent)]pub struct ESimProfileMetadataState(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl ESimProfileMetadataState
impl ESimProfileMetadataState
pub const Unknown: Self = Self(0i32)
pub const WaitingForInstall: Self = Self(1i32)
pub const Downloading: Self = Self(2i32)
pub const Installing: Self = Self(3i32)
pub const Expired: Self = Self(4i32)
pub const RejectingDownload: Self = Self(5i32)
pub const NoLongerAvailable: Self = Self(6i32)
pub const DeniedByPolicy: Self = Self(7i32)
Trait Implementations
impl Clone for ESimProfileMetadataState
impl Clone for ESimProfileMetadataState
impl Copy for ESimProfileMetadataState
Auto Trait Implementations
impl RefUnwindSafe for ESimProfileMetadataState
impl Send for ESimProfileMetadataState
impl Sync for ESimProfileMetadataState
impl Unpin for ESimProfileMetadataState
impl UnwindSafe for ESimProfileMetadataState
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