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