#[repr(C)]pub struct QmiMessageNasGetSignalStrengthOutputEcioListElement {
pub ecio: u8,
pub radio_interface: QmiNasRadioInterface,
}Fields§
§ecio: u8§radio_interface: QmiNasRadioInterfaceTrait Implementations§
Source§impl Clone for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl Clone for QmiMessageNasGetSignalStrengthOutputEcioListElement
Source§fn clone(&self) -> QmiMessageNasGetSignalStrengthOutputEcioListElement
fn clone(&self) -> QmiMessageNasGetSignalStrengthOutputEcioListElement
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 QmiMessageNasGetSignalStrengthOutputEcioListElement
Auto Trait Implementations§
impl Freeze for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl RefUnwindSafe for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl Send for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl Sync for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl Unpin for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl UnsafeUnpin for QmiMessageNasGetSignalStrengthOutputEcioListElement
impl UnwindSafe for QmiMessageNasGetSignalStrengthOutputEcioListElement
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