#[repr(transparent)]pub struct QmiWdsProfileType(pub c_uint);Expand description
Profile network type family.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsProfileType
impl QmiWdsProfileType
pub const _3GPP: QmiWdsProfileType
pub const _3GPP2: QmiWdsProfileType
Sourcepub const EPC: QmiWdsProfileType
pub const EPC: QmiWdsProfileType
EPC profile type. Since 1.34.
Sourcepub const ALL: QmiWdsProfileType
pub const ALL: QmiWdsProfileType
All technologies profile type. Since 1.34.
Trait Implementations§
Source§impl Clone for QmiWdsProfileType
impl Clone for QmiWdsProfileType
Source§fn clone(&self) -> QmiWdsProfileType
fn clone(&self) -> QmiWdsProfileType
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 QmiWdsProfileType
Source§impl Debug for QmiWdsProfileType
impl Debug for QmiWdsProfileType
impl Eq for QmiWdsProfileType
Source§impl Hash for QmiWdsProfileType
impl Hash for QmiWdsProfileType
Source§impl PartialEq for QmiWdsProfileType
impl PartialEq for QmiWdsProfileType
impl StructuralPartialEq for QmiWdsProfileType
Auto Trait Implementations§
impl Freeze for QmiWdsProfileType
impl RefUnwindSafe for QmiWdsProfileType
impl Send for QmiWdsProfileType
impl Sync for QmiWdsProfileType
impl Unpin for QmiWdsProfileType
impl UnsafeUnpin for QmiWdsProfileType
impl UnwindSafe for QmiWdsProfileType
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