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
pub const CellWithImmediateDisplay: Self
pub const LocationArea: Self
pub const Plmn: Self
pub const Cell: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more