#[repr(C)]pub struct QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement {
pub mcc: u16,
pub mnc: u16,
pub radio_access_technology: QmiNasPlmnAccessTechnologyIdentifier,
}Fields§
§mcc: u16§mnc: u16§radio_access_technology: QmiNasPlmnAccessTechnologyIdentifierTrait Implementations§
Source§impl Clone for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl Clone for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
Source§fn clone(
&self,
) -> QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
fn clone( &self, ) -> QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
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 QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
Auto Trait Implementations§
impl Freeze for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl RefUnwindSafe for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl Send for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl Sync for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl Unpin for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl UnsafeUnpin for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
impl UnwindSafe for QmiMessageNasGetPreferredNetworksOutputPreferredNetworksElement
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