Struct SelectionInfo
#[repr(C)]pub struct SelectionInfo {
pub nw_selection_type: Selection,
pub mcc: [c_char; 4],
pub mnc: [c_char; 4],
pub rat: RadioTech,
}Fields§
§nw_selection_type: SelectionNetwork selection type.
mcc: [c_char; 4]Mobile country code for a manual network selection.
mnc: [c_char; 4]Mobile network code for a manual network selection.
rat: RadioTechRadio technology.
Trait Implementations§
§impl Clone for SelectionInfo
impl Clone for SelectionInfo
§fn clone(&self) -> SelectionInfo
fn clone(&self) -> SelectionInfo
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 moreimpl Copy for SelectionInfo
Auto Trait Implementations§
impl Freeze for SelectionInfo
impl RefUnwindSafe for SelectionInfo
impl Send for SelectionInfo
impl Sync for SelectionInfo
impl Unpin for SelectionInfo
impl UnwindSafe for SelectionInfo
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