Struct windows::Devices::Sms::SmsBroadcastType
#[repr(transparent)]pub struct SmsBroadcastType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SmsBroadcastType
impl SmsBroadcastType
pub const Other: Self = _
pub const CmasPresidential: Self = _
pub const CmasExtreme: Self = _
pub const CmasSevere: Self = _
pub const CmasAmber: Self = _
pub const CmasTest: Self = _
pub const EUAlert1: Self = _
pub const EUAlert2: Self = _
pub const EUAlert3: Self = _
pub const EUAlertAmber: Self = _
pub const EUAlertInfo: Self = _
pub const EtwsEarthquake: Self = _
pub const EtwsTsunami: Self = _
pub const EtwsTsunamiAndEarthquake: Self = _
pub const LatAlertLocal: Self = _
Trait Implementations§
§impl Clone for SmsBroadcastType
impl Clone for SmsBroadcastType
§fn clone(&self) -> SmsBroadcastType
fn clone(&self) -> SmsBroadcastType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SmsBroadcastType
impl Debug for SmsBroadcastType
§impl Default for SmsBroadcastType
impl Default for SmsBroadcastType
§fn default() -> SmsBroadcastType
fn default() -> SmsBroadcastType
Returns the “default value” for a type. Read more
§impl PartialEq for SmsBroadcastType
impl PartialEq for SmsBroadcastType
§fn eq(&self, other: &SmsBroadcastType) -> bool
fn eq(&self, other: &SmsBroadcastType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmsBroadcastType
impl Eq for SmsBroadcastType
impl StructuralPartialEq for SmsBroadcastType
Auto Trait Implementations§
impl Freeze for SmsBroadcastType
impl RefUnwindSafe for SmsBroadcastType
impl Send for SmsBroadcastType
impl Sync for SmsBroadcastType
impl Unpin for SmsBroadcastType
impl UnwindSafe for SmsBroadcastType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)