#[repr(C)]pub struct QmiMessageNasGetSignalStrengthOutputEcioListElement {
pub ecio: guint8,
pub radio_interface: QmiNasRadioInterface,
}Expand description
A QmiMessageNasGetSignalStrengthOutputEcioListElement struct.
ecio: a guint8.
radio_interface: a QmiNasRadioInterface.
Since: 1.0
A QmiMessageNasGetSignalStrengthOutputEcioListElement struct.
ecio: a guint8.
radio_interface: a QmiNasRadioInterface.
Since: 1.0
Fields§
§ecio: guint8§radio_interface: QmiNasRadioInterfaceAuto 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