#[repr(C)]pub struct QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement {
pub name_encoding: QmiNasPlmnEncodingScheme,
pub short_country_initials: QmiNasPlmnNameCountryInitials,
pub long_name_spare_bits: QmiNasPlmnNameSpareBits,
pub short_name_spare_bits: QmiNasPlmnNameSpareBits,
pub long_name: *mut GArray,
pub short_name: *mut GArray,
}Expand description
A QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement struct.
name_encoding: a QmiNasPlmnEncodingScheme.
short_country_initials: a QmiNasPlmnNameCountryInitials.
long_name_spare_bits: a QmiNasPlmnNameSpareBits.
short_name_spare_bits: a QmiNasPlmnNameSpareBits.
long_name: a GArray of guint8 elements.
short_name: a GArray of guint8 elements.
Since: 1.18
A QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement struct.
name_encoding: a QmiNasPlmnEncodingScheme.
short_country_initials: a QmiNasPlmnNameCountryInitials.
long_name_spare_bits: a QmiNasPlmnNameSpareBits.
short_name_spare_bits: a QmiNasPlmnNameSpareBits.
long_name: a GArray of guint8 elements.
short_name: a GArray of guint8 elements.
Since: 1.18
Fields§
§name_encoding: QmiNasPlmnEncodingScheme§short_country_initials: QmiNasPlmnNameCountryInitials§long_name_spare_bits: QmiNasPlmnNameSpareBits§short_name_spare_bits: QmiNasPlmnNameSpareBits§long_name: *mut GArray§short_name: *mut GArrayTrait Implementations§
Source§impl Clone for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl Clone for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
Source§fn clone(&self) -> QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
fn clone(&self) -> QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
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 QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
Auto Trait Implementations§
impl !Send for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl !Sync for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl Freeze for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl RefUnwindSafe for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl Unpin for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl UnsafeUnpin for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
impl UnwindSafe for QmiIndicationNasOperatorNameOutputOperatorPlmnNameElement
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