#[repr(C)]pub struct QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement {
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 QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
impl Clone for QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
Source§fn clone(
&self,
) -> QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
fn clone( &self, ) -> QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
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 QmiMessageNasGetPreferredNetworksOutputStaticMncPcsDigitIncludeStatusElement
Auto 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