#[repr(transparent)]pub struct QmiWdsDataCallType(pub c_uint);Expand description
Data call type.
Since: 1.18
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsDataCallType
impl QmiWdsDataCallType
Sourcepub const UNKNOWN: QmiWdsDataCallType
pub const UNKNOWN: QmiWdsDataCallType
data call type unknown.
Sourcepub const EMBEDDED: QmiWdsDataCallType
pub const EMBEDDED: QmiWdsDataCallType
embedded data call.
Sourcepub const TETHERED: QmiWdsDataCallType
pub const TETHERED: QmiWdsDataCallType
tethered data call.
Sourcepub const MODEM_EMBEDDED: QmiWdsDataCallType
pub const MODEM_EMBEDDED: QmiWdsDataCallType
modem embedded data call.
Trait Implementations§
Source§impl Clone for QmiWdsDataCallType
impl Clone for QmiWdsDataCallType
Source§fn clone(&self) -> QmiWdsDataCallType
fn clone(&self) -> QmiWdsDataCallType
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 QmiWdsDataCallType
Source§impl Debug for QmiWdsDataCallType
impl Debug for QmiWdsDataCallType
impl Eq for QmiWdsDataCallType
Source§impl Hash for QmiWdsDataCallType
impl Hash for QmiWdsDataCallType
Source§impl PartialEq for QmiWdsDataCallType
impl PartialEq for QmiWdsDataCallType
impl StructuralPartialEq for QmiWdsDataCallType
Auto Trait Implementations§
impl Freeze for QmiWdsDataCallType
impl RefUnwindSafe for QmiWdsDataCallType
impl Send for QmiWdsDataCallType
impl Sync for QmiWdsDataCallType
impl Unpin for QmiWdsDataCallType
impl UnsafeUnpin for QmiWdsDataCallType
impl UnwindSafe for QmiWdsDataCallType
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