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