Struct ScanEntryInfo
#[repr(C)]pub struct ScanEntryInfo {
pub operator_name: OperatorNameInfo,
pub network_status: NetworkStatusType,
pub rat: RadioTech,
}Fields§
§operator_name: OperatorNameInfoOperator name.
network_status: NetworkStatusTypeNetwork status.
rat: RadioTechRadio technology.
Trait Implementations§
§impl Clone for ScanEntryInfo
impl Clone for ScanEntryInfo
§fn clone(&self) -> ScanEntryInfo
fn clone(&self) -> ScanEntryInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScanEntryInfo
impl RefUnwindSafe for ScanEntryInfo
impl Send for ScanEntryInfo
impl Sync for ScanEntryInfo
impl Unpin for ScanEntryInfo
impl UnwindSafe for ScanEntryInfo
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