Struct windows_sys::Devices::Sms::SmsGeographicalScope
[−]#[repr(transparent)]pub struct SmsGeographicalScope(pub i32);
Expand description
Required features: "Devices_Sms"
Tuple Fields
0: i32
Implementations
impl SmsGeographicalScope
impl SmsGeographicalScope
pub const None: Self = Self(0i32)
pub const CellWithImmediateDisplay: Self = Self(1i32)
pub const LocationArea: Self = Self(2i32)
pub const Plmn: Self = Self(3i32)
pub const Cell: Self = Self(4i32)
Trait Implementations
impl Clone for SmsGeographicalScope
impl Clone for SmsGeographicalScope
impl Copy for SmsGeographicalScope
Auto Trait Implementations
impl RefUnwindSafe for SmsGeographicalScope
impl Send for SmsGeographicalScope
impl Sync for SmsGeographicalScope
impl Unpin for SmsGeographicalScope
impl UnwindSafe for SmsGeographicalScope
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