Struct MobileBroadbandPinLockState
#[repr(transparent)]pub struct MobileBroadbandPinLockState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MobileBroadbandPinLockState
impl MobileBroadbandPinLockState
pub const Unknown: Self = _
pub const Unlocked: Self = _
pub const PinRequired: Self = _
pub const PinUnblockKeyRequired: Self = _
Trait Implementations§
§impl Clone for MobileBroadbandPinLockState
impl Clone for MobileBroadbandPinLockState
§fn clone(&self) -> MobileBroadbandPinLockState
fn clone(&self) -> MobileBroadbandPinLockState
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 MobileBroadbandPinLockState
impl Debug for MobileBroadbandPinLockState
§impl Default for MobileBroadbandPinLockState
impl Default for MobileBroadbandPinLockState
§fn default() -> MobileBroadbandPinLockState
fn default() -> MobileBroadbandPinLockState
Returns the “default value” for a type. Read more
§impl PartialEq for MobileBroadbandPinLockState
impl PartialEq for MobileBroadbandPinLockState
impl Copy for MobileBroadbandPinLockState
impl Eq for MobileBroadbandPinLockState
impl StructuralPartialEq for MobileBroadbandPinLockState
Auto Trait Implementations§
impl Freeze for MobileBroadbandPinLockState
impl RefUnwindSafe for MobileBroadbandPinLockState
impl Send for MobileBroadbandPinLockState
impl Sync for MobileBroadbandPinLockState
impl Unpin for MobileBroadbandPinLockState
impl UnwindSafe for MobileBroadbandPinLockState
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