Struct windows_sys::Devices::Sms::SmsBroadcastType
[−]#[repr(transparent)]pub struct SmsBroadcastType(pub i32);
Expand description
Required features: "Devices_Sms"
Tuple Fields
0: i32
Implementations
impl SmsBroadcastType
impl SmsBroadcastType
pub const Other: Self = Self(0i32)
pub const CmasPresidential: Self = Self(1i32)
pub const CmasExtreme: Self = Self(2i32)
pub const CmasSevere: Self = Self(3i32)
pub const CmasAmber: Self = Self(4i32)
pub const CmasTest: Self = Self(5i32)
pub const EUAlert1: Self = Self(6i32)
pub const EUAlert2: Self = Self(7i32)
pub const EUAlert3: Self = Self(8i32)
pub const EUAlertAmber: Self = Self(9i32)
pub const EUAlertInfo: Self = Self(10i32)
pub const EtwsEarthquake: Self = Self(11i32)
pub const EtwsTsunami: Self = Self(12i32)
pub const EtwsTsunamiAndEarthquake: Self = Self(13i32)
pub const LatAlertLocal: Self = Self(14i32)
Trait Implementations
impl Clone for SmsBroadcastType
impl Clone for SmsBroadcastType
impl Copy for SmsBroadcastType
Auto Trait Implementations
impl RefUnwindSafe for SmsBroadcastType
impl Send for SmsBroadcastType
impl Sync for SmsBroadcastType
impl Unpin for SmsBroadcastType
impl UnwindSafe for SmsBroadcastType
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