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 = Self(0i32)
pub const MessagingNetworkError: Self = Self(1i32)
pub const SmsOperationNotSupportedByDevice: Self = Self(2i32)
pub const SmsServiceNotSupportedByNetwork: Self = Self(3i32)
pub const DeviceFailure: Self = Self(4i32)
pub const MessageNotEncodedProperly: Self = Self(5i32)
pub const MessageTooLarge: Self = Self(6i32)
pub const DeviceNotReady: Self = Self(7i32)
pub const NetworkNotReady: Self = Self(8i32)
pub const InvalidSmscAddress: Self = Self(9i32)
pub const NetworkFailure: Self = Self(10i32)
pub const FixedDialingNumberRestricted: Self = Self(11i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more