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
pub const PinNotRequired: Self
pub const PinUnlocked: Self
pub const PinLocked: Self
pub const PukLocked: Self
pub const NotInserted: Self
pub const Invalid: Self
pub const Disabled: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more