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