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