#[repr(C)]pub struct QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement {
pub eutra_absolute_rf_channel_number: u16,
pub cell_selection_rx_level_low_threshold: u8,
pub cell_selection_rx_level_high_threshold: u8,
pub cell_reselection_priority: u8,
pub cell: *mut GArray,
}Fields§
§eutra_absolute_rf_channel_number: u16§cell_selection_rx_level_low_threshold: u8§cell_selection_rx_level_high_threshold: u8§cell_reselection_priority: u8§cell: *mut GArrayTrait Implementations§
Source§impl Clone for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl Clone for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
Source§fn clone(
&self,
) -> QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
fn clone( &self, ) -> QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
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 QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
Auto Trait Implementations§
impl !Send for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl !Sync for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl Freeze for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl RefUnwindSafe for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl Unpin for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl UnsafeUnpin for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
impl UnwindSafe for QmiMessageNasGetCellLocationInfoOutputInterfrequencyLteInfoFrequencyElement
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