#[repr(C)]pub struct QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement {
pub mcc: u16,
pub mnc: u16,
pub includes_pcs_digit: gboolean,
}Fields§
§mcc: u16§mnc: u16§includes_pcs_digit: gbooleanTrait Implementations§
Source§impl Clone for QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement
impl Clone for QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement
Source§fn clone(
&self,
) -> QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement
fn clone( &self, ) -> QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement
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 QmiMessageNasGetPreferredNetworksOutputMncPcsDigitIncludeStatusElement
Auto 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