Struct windows::Devices::Sms::SmsDataFormat
#[repr(transparent)]pub struct SmsDataFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SmsDataFormat
impl SmsDataFormat
pub const Unknown: Self = _
pub const CdmaSubmit: Self = _
pub const GsmSubmit: Self = _
pub const CdmaDeliver: Self = _
pub const GsmDeliver: Self = _
Trait Implementations§
§impl Clone for SmsDataFormat
impl Clone for SmsDataFormat
§fn clone(&self) -> SmsDataFormat
fn clone(&self) -> SmsDataFormat
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 SmsDataFormat
impl Debug for SmsDataFormat
§impl Default for SmsDataFormat
impl Default for SmsDataFormat
§fn default() -> SmsDataFormat
fn default() -> SmsDataFormat
Returns the “default value” for a type. Read more
§impl PartialEq for SmsDataFormat
impl PartialEq for SmsDataFormat
§fn eq(&self, other: &SmsDataFormat) -> bool
fn eq(&self, other: &SmsDataFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmsDataFormat
impl Eq for SmsDataFormat
impl StructuralPartialEq for SmsDataFormat
Auto Trait Implementations§
impl Freeze for SmsDataFormat
impl RefUnwindSafe for SmsDataFormat
impl Send for SmsDataFormat
impl Sync for SmsDataFormat
impl Unpin for SmsDataFormat
impl UnwindSafe for SmsDataFormat
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
)