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 = Self(0i32)
pub const CdmaSubmit: Self = Self(1i32)
pub const GsmSubmit: Self = Self(2i32)
pub const CdmaDeliver: Self = Self(3i32)
pub const GsmDeliver: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more