Struct windows_sys::Devices::Sms::SmsDataFormat
[−]#[repr(transparent)]pub struct SmsDataFormat(pub i32);
Expand description
Required features: ‘Devices_Sms’
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
impl Copy for SmsDataFormat
Auto Trait Implementations
impl RefUnwindSafe for SmsDataFormat
impl Send for SmsDataFormat
impl Sync for SmsDataFormat
impl Unpin for SmsDataFormat
impl UnwindSafe for SmsDataFormat
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