#[repr(C)]pub struct QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement {
pub mcc: guint16,
pub mnc: guint16,
pub includes_pcs_digit: gboolean,
}Expand description
A QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement struct.
mcc: a guint16.
mnc: a guint16.
includes_pcs_digit: a gboolean.
Since: 1.36
A QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement struct.
mcc: a guint16.
mnc: a guint16.
includes_pcs_digit: a gboolean.
Since: 1.36
Fields§
§mcc: guint16§mnc: guint16§includes_pcs_digit: gbooleanAuto Trait Implementations§
impl Freeze for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl RefUnwindSafe for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl Send for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl Sync for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl Unpin for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl UnsafeUnpin for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl UnwindSafe for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
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