Struct windows::ApplicationModel::Calls::PhoneSimState
#[repr(transparent)]pub struct PhoneSimState(pub i32);
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
§fn clone(&self) -> PhoneSimState
fn clone(&self) -> PhoneSimState
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 PhoneSimState
impl Debug for PhoneSimState
§impl Default for PhoneSimState
impl Default for PhoneSimState
§fn default() -> PhoneSimState
fn default() -> PhoneSimState
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneSimState
impl PartialEq for PhoneSimState
§fn eq(&self, other: &PhoneSimState) -> bool
fn eq(&self, other: &PhoneSimState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PhoneSimState
impl Eq for PhoneSimState
impl StructuralPartialEq for PhoneSimState
Auto Trait Implementations§
impl Freeze for PhoneSimState
impl RefUnwindSafe for PhoneSimState
impl Send for PhoneSimState
impl Sync for PhoneSimState
impl Unpin for PhoneSimState
impl UnwindSafe for PhoneSimState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)