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