#[repr(transparent)]pub struct QmiNasNetworkStatus(pub c_uint);Expand description
Flags to specify the status of a given network.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasNetworkStatus
impl QmiNasNetworkStatus
Sourcepub const CURRENT_SERVING: QmiNasNetworkStatus
pub const CURRENT_SERVING: QmiNasNetworkStatus
Network is in use, current serving.
Sourcepub const AVAILABLE: QmiNasNetworkStatus
pub const AVAILABLE: QmiNasNetworkStatus
Network is vailable.
Sourcepub const HOME: QmiNasNetworkStatus
pub const HOME: QmiNasNetworkStatus
Network is home network.
Sourcepub const ROAMING: QmiNasNetworkStatus
pub const ROAMING: QmiNasNetworkStatus
Network is a roaming network.
Sourcepub const FORBIDDEN: QmiNasNetworkStatus
pub const FORBIDDEN: QmiNasNetworkStatus
Network is forbidden.
Sourcepub const NOT_FORBIDDEN: QmiNasNetworkStatus
pub const NOT_FORBIDDEN: QmiNasNetworkStatus
Network is not forbidden.
Sourcepub const PREFERRED: QmiNasNetworkStatus
pub const PREFERRED: QmiNasNetworkStatus
Network is preferred.
Sourcepub const NOT_PREFERRED: QmiNasNetworkStatus
pub const NOT_PREFERRED: QmiNasNetworkStatus
Network is not preferred.
Trait Implementations§
Source§impl Clone for QmiNasNetworkStatus
impl Clone for QmiNasNetworkStatus
Source§fn clone(&self) -> QmiNasNetworkStatus
fn clone(&self) -> QmiNasNetworkStatus
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 QmiNasNetworkStatus
Source§impl Debug for QmiNasNetworkStatus
impl Debug for QmiNasNetworkStatus
impl Eq for QmiNasNetworkStatus
Source§impl Hash for QmiNasNetworkStatus
impl Hash for QmiNasNetworkStatus
Source§impl PartialEq for QmiNasNetworkStatus
impl PartialEq for QmiNasNetworkStatus
impl StructuralPartialEq for QmiNasNetworkStatus
Auto Trait Implementations§
impl Freeze for QmiNasNetworkStatus
impl RefUnwindSafe for QmiNasNetworkStatus
impl Send for QmiNasNetworkStatus
impl Sync for QmiNasNetworkStatus
impl Unpin for QmiNasNetworkStatus
impl UnsafeUnpin for QmiNasNetworkStatus
impl UnwindSafe for QmiNasNetworkStatus
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