Struct SmsBroadcastType
#[repr(transparent)]pub struct SmsBroadcastType(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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