Struct windows_sys::ApplicationModel::Calls::PhoneSimState
[−]#[repr(transparent)]pub struct PhoneSimState(pub i32);
Expand description
Required features: "ApplicationModel_Calls"
Tuple Fields
0: i32
Implementations
impl PhoneSimState
impl PhoneSimState
pub const Unknown: Self = Self(0i32)
pub const PinNotRequired: Self = Self(1i32)
pub const PinUnlocked: Self = Self(2i32)
pub const PinLocked: Self = Self(3i32)
pub const PukLocked: Self = Self(4i32)
pub const NotInserted: Self = Self(5i32)
pub const Invalid: Self = Self(6i32)
pub const Disabled: Self = Self(7i32)
Trait Implementations
impl Clone for PhoneSimState
impl Clone for PhoneSimState
impl Copy for PhoneSimState
Auto Trait Implementations
impl RefUnwindSafe for PhoneSimState
impl Send for PhoneSimState
impl Sync for PhoneSimState
impl Unpin for PhoneSimState
impl UnwindSafe for PhoneSimState
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