Struct windows_sys::ApplicationModel::Calls::PhoneNetworkState
[−]#[repr(transparent)]pub struct PhoneNetworkState(pub i32);
Expand description
Required features: ‘ApplicationModel_Calls’
Tuple Fields
0: i32
Implementations
impl PhoneNetworkState
impl PhoneNetworkState
pub const Unknown: Self
pub const NoSignal: Self
pub const Deregistered: Self
pub const Denied: Self
pub const Searching: Self
pub const Home: Self
pub const RoamingInternational: Self
pub const RoamingDomestic: Self
Trait Implementations
impl Clone for PhoneNetworkState
impl Clone for PhoneNetworkState
impl Copy for PhoneNetworkState
Auto Trait Implementations
impl RefUnwindSafe for PhoneNetworkState
impl Send for PhoneNetworkState
impl Sync for PhoneNetworkState
impl Unpin for PhoneNetworkState
impl UnwindSafe for PhoneNetworkState
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