#[repr(transparent)]pub struct QmiNasNetworkType(pub c_uint);Expand description
Type of network.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasNetworkType
impl QmiNasNetworkType
Sourcepub const UNKNOWN: QmiNasNetworkType
pub const UNKNOWN: QmiNasNetworkType
Unknown.
pub const _3GPP2: QmiNasNetworkType
pub const _3GPP: QmiNasNetworkType
Trait Implementations§
Source§impl Clone for QmiNasNetworkType
impl Clone for QmiNasNetworkType
Source§fn clone(&self) -> QmiNasNetworkType
fn clone(&self) -> QmiNasNetworkType
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 QmiNasNetworkType
Source§impl Debug for QmiNasNetworkType
impl Debug for QmiNasNetworkType
impl Eq for QmiNasNetworkType
Source§impl Hash for QmiNasNetworkType
impl Hash for QmiNasNetworkType
Source§impl PartialEq for QmiNasNetworkType
impl PartialEq for QmiNasNetworkType
impl StructuralPartialEq for QmiNasNetworkType
Auto Trait Implementations§
impl Freeze for QmiNasNetworkType
impl RefUnwindSafe for QmiNasNetworkType
impl Send for QmiNasNetworkType
impl Sync for QmiNasNetworkType
impl Unpin for QmiNasNetworkType
impl UnsafeUnpin for QmiNasNetworkType
impl UnwindSafe for QmiNasNetworkType
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