#[repr(transparent)]pub struct MobileBroadbandPinFormat(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more