#[repr(transparent)]pub struct MobileBroadbandUiccAppOperationStatus(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl MobileBroadbandUiccAppOperationStatus
impl MobileBroadbandUiccAppOperationStatus
pub const Success: Self = Self(0i32)
pub const InvalidUiccFilePath: Self = Self(1i32)
pub const AccessConditionNotHeld: Self = Self(2i32)
pub const UiccBusy: Self = Self(3i32)
Trait Implementations
impl Copy for MobileBroadbandUiccAppOperationStatus
Auto Trait Implementations
impl RefUnwindSafe for MobileBroadbandUiccAppOperationStatus
impl Send for MobileBroadbandUiccAppOperationStatus
impl Sync for MobileBroadbandUiccAppOperationStatus
impl Unpin for MobileBroadbandUiccAppOperationStatus
impl UnwindSafe for MobileBroadbandUiccAppOperationStatus
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