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 = Self(0i32)
pub const NoSignal: Self = Self(1i32)
pub const Deregistered: Self = Self(2i32)
pub const Denied: Self = Self(3i32)
pub const Searching: Self = Self(4i32)
pub const Home: Self = Self(5i32)
pub const RoamingInternational: Self = Self(6i32)
pub const RoamingDomestic: Self = Self(7i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more