#[repr(transparent)]pub struct QmiWmsCdmaErrorClass(pub c_uint);Expand description
Error class reported from the network when failed to send an SMS in CDMA,
or reported by the device when failed to process a transfer-only CDMA message.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWmsCdmaErrorClass
impl QmiWmsCdmaErrorClass
Sourcepub const TEMPORARY: QmiWmsCdmaErrorClass
pub const TEMPORARY: QmiWmsCdmaErrorClass
Temporary error reported by network.
Sourcepub const PERMANENT: QmiWmsCdmaErrorClass
pub const PERMANENT: QmiWmsCdmaErrorClass
Permanent error reported by network.
Sourcepub const TEMPORARY_DEVICE: QmiWmsCdmaErrorClass
pub const TEMPORARY_DEVICE: QmiWmsCdmaErrorClass
Temporary error reported by device. Since 1.28.
Sourcepub const PERMANENT_DEVICE: QmiWmsCdmaErrorClass
pub const PERMANENT_DEVICE: QmiWmsCdmaErrorClass
Permanent error reported by device. Since 1.28.
Trait Implementations§
Source§impl Clone for QmiWmsCdmaErrorClass
impl Clone for QmiWmsCdmaErrorClass
Source§fn clone(&self) -> QmiWmsCdmaErrorClass
fn clone(&self) -> QmiWmsCdmaErrorClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiWmsCdmaErrorClass
Source§impl Debug for QmiWmsCdmaErrorClass
impl Debug for QmiWmsCdmaErrorClass
impl Eq for QmiWmsCdmaErrorClass
Source§impl Hash for QmiWmsCdmaErrorClass
impl Hash for QmiWmsCdmaErrorClass
Source§impl PartialEq for QmiWmsCdmaErrorClass
impl PartialEq for QmiWmsCdmaErrorClass
impl StructuralPartialEq for QmiWmsCdmaErrorClass
Auto Trait Implementations§
impl Freeze for QmiWmsCdmaErrorClass
impl RefUnwindSafe for QmiWmsCdmaErrorClass
impl Send for QmiWmsCdmaErrorClass
impl Sync for QmiWmsCdmaErrorClass
impl Unpin for QmiWmsCdmaErrorClass
impl UnsafeUnpin for QmiWmsCdmaErrorClass
impl UnwindSafe for QmiWmsCdmaErrorClass
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