#[repr(transparent)]pub struct QmiNasPlmnEncodingScheme(pub c_uint);Expand description
PLMN name encoding schemes. See 3GPP TS 24.008 section “Network Name
information element”.
Since: 1.18
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasPlmnEncodingScheme
impl QmiNasPlmnEncodingScheme
Sourcepub const GSM: QmiNasPlmnEncodingScheme
pub const GSM: QmiNasPlmnEncodingScheme
GSM default alphabet packed encoding (ETSI GSM 03.38)
Sourcepub const UCS2LE: QmiNasPlmnEncodingScheme
pub const UCS2LE: QmiNasPlmnEncodingScheme
UCS-2 little-endian
Trait Implementations§
Source§impl Clone for QmiNasPlmnEncodingScheme
impl Clone for QmiNasPlmnEncodingScheme
Source§fn clone(&self) -> QmiNasPlmnEncodingScheme
fn clone(&self) -> QmiNasPlmnEncodingScheme
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 QmiNasPlmnEncodingScheme
Source§impl Debug for QmiNasPlmnEncodingScheme
impl Debug for QmiNasPlmnEncodingScheme
impl Eq for QmiNasPlmnEncodingScheme
Source§impl Hash for QmiNasPlmnEncodingScheme
impl Hash for QmiNasPlmnEncodingScheme
Source§impl PartialEq for QmiNasPlmnEncodingScheme
impl PartialEq for QmiNasPlmnEncodingScheme
impl StructuralPartialEq for QmiNasPlmnEncodingScheme
Auto Trait Implementations§
impl Freeze for QmiNasPlmnEncodingScheme
impl RefUnwindSafe for QmiNasPlmnEncodingScheme
impl Send for QmiNasPlmnEncodingScheme
impl Sync for QmiNasPlmnEncodingScheme
impl Unpin for QmiNasPlmnEncodingScheme
impl UnsafeUnpin for QmiNasPlmnEncodingScheme
impl UnwindSafe for QmiNasPlmnEncodingScheme
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