#[repr(C)]pub struct QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement {
pub physical_cell_id: guint16,
pub rsrq: gint16,
pub rsrp: gint16,
pub rssi: gint16,
pub cell_selection_rx_level: gint16,
}Expand description
A QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement struct.
physical_cell_id: a guint16.
rsrq: a gint16.
rsrp: a gint16.
rssi: a gint16.
cell_selection_rx_level: a gint16.
Since: 1.26.6
A QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement struct.
physical_cell_id: a guint16.
rsrq: a gint16.
rsrp: a gint16.
rssi: a gint16.
cell_selection_rx_level: a gint16.
Since: 1.26.6
Fields§
§physical_cell_id: guint16§rsrq: gint16§rsrp: gint16§rssi: gint16§cell_selection_rx_level: gint16Auto Trait Implementations§
impl Freeze for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl RefUnwindSafe for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl Send for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl Sync for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl Unpin for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl UnsafeUnpin for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
impl UnwindSafe for QmiMessageNasGetCellLocationInfoOutputIntrafrequencyLteInfoV2CellElement
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