#[repr(transparent)]pub struct QmiNasNetworkSelectionPreference(pub c_uint);Expand description
Network selection preference.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasNetworkSelectionPreference
impl QmiNasNetworkSelectionPreference
Sourcepub const AUTOMATIC: QmiNasNetworkSelectionPreference
pub const AUTOMATIC: QmiNasNetworkSelectionPreference
Automatic.
Sourcepub const MANUAL: QmiNasNetworkSelectionPreference
pub const MANUAL: QmiNasNetworkSelectionPreference
Manual.
Trait Implementations§
Source§impl Clone for QmiNasNetworkSelectionPreference
impl Clone for QmiNasNetworkSelectionPreference
Source§fn clone(&self) -> QmiNasNetworkSelectionPreference
fn clone(&self) -> QmiNasNetworkSelectionPreference
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 QmiNasNetworkSelectionPreference
impl Eq for QmiNasNetworkSelectionPreference
impl StructuralPartialEq for QmiNasNetworkSelectionPreference
Auto Trait Implementations§
impl Freeze for QmiNasNetworkSelectionPreference
impl RefUnwindSafe for QmiNasNetworkSelectionPreference
impl Send for QmiNasNetworkSelectionPreference
impl Sync for QmiNasNetworkSelectionPreference
impl Unpin for QmiNasNetworkSelectionPreference
impl UnsafeUnpin for QmiNasNetworkSelectionPreference
impl UnwindSafe for QmiNasNetworkSelectionPreference
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