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