Struct MobileBroadbandPinFormat
#[repr(transparent)]pub struct MobileBroadbandPinFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for MobileBroadbandPinFormat
impl Clone for MobileBroadbandPinFormat
§fn clone(&self) -> MobileBroadbandPinFormat
fn clone(&self) -> MobileBroadbandPinFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MobileBroadbandPinFormat
impl Debug for MobileBroadbandPinFormat
§impl Default for MobileBroadbandPinFormat
impl Default for MobileBroadbandPinFormat
§fn default() -> MobileBroadbandPinFormat
fn default() -> MobileBroadbandPinFormat
Returns the “default value” for a type. Read more
§impl PartialEq for MobileBroadbandPinFormat
impl PartialEq for MobileBroadbandPinFormat
impl Copy for MobileBroadbandPinFormat
impl Eq for MobileBroadbandPinFormat
impl StructuralPartialEq for MobileBroadbandPinFormat
Auto Trait Implementations§
impl Freeze for MobileBroadbandPinFormat
impl RefUnwindSafe for MobileBroadbandPinFormat
impl Send for MobileBroadbandPinFormat
impl Sync for MobileBroadbandPinFormat
impl Unpin for MobileBroadbandPinFormat
impl UnwindSafe for MobileBroadbandPinFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more