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