Struct NetworkStatusType
#[repr(transparent)]pub struct NetworkStatusType(pub c_int);Expand description
E_QL_MCM_NW_NETWORK_STATUS_TYPE_T
Tuple Fields§
§0: c_intImplementations§
§impl NetworkStatusType
impl NetworkStatusType
pub const NONE: Self
pub const NONE: Self
Network status not available.
pub const CURRENT_SERVING: Self
pub const CURRENT_SERVING: Self
Current serving network.
pub const PREFERRED: Self
pub const PREFERRED: Self
Preferred network.
pub const NOT_PREFERRED: Self
pub const NOT_PREFERRED: Self
Not the preferred network.
pub const AVAILABLE: Self
pub const AVAILABLE: Self
Service available.
pub const FORBIDDEN: Self
pub const FORBIDDEN: Self
Forbidden service.
Trait Implementations§
§impl Clone for NetworkStatusType
impl Clone for NetworkStatusType
§fn clone(&self) -> NetworkStatusType
fn clone(&self) -> NetworkStatusType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for NetworkStatusType
impl Debug for NetworkStatusType
§impl PartialEq for NetworkStatusType
impl PartialEq for NetworkStatusType
§impl Serialize for NetworkStatusType
impl Serialize for NetworkStatusType
impl Copy for NetworkStatusType
impl Eq for NetworkStatusType
impl StructuralPartialEq for NetworkStatusType
Auto Trait Implementations§
impl Freeze for NetworkStatusType
impl RefUnwindSafe for NetworkStatusType
impl Send for NetworkStatusType
impl Sync for NetworkStatusType
impl Unpin for NetworkStatusType
impl UnwindSafe for NetworkStatusType
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