#[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
pub const InvalidUiccFilePath: Self
pub const AccessConditionNotHeld: Self
pub const UiccBusy: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more