Struct StationScanList
#[repr(C)]pub struct StationScanList {
pub count: c_int,
pub info: [StationScanInfo; 60],
}Fields§
§count: c_intNumber of external hotspots scanned.
info: [StationScanInfo; 60]Information of scanned external hotspots.
Trait Implementations§
§impl Clone for StationScanList
impl Clone for StationScanList
§fn clone(&self) -> StationScanList
fn clone(&self) -> StationScanList
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 StationScanList
Auto Trait Implementations§
impl Freeze for StationScanList
impl RefUnwindSafe for StationScanList
impl Send for StationScanList
impl Sync for StationScanList
impl Unpin for StationScanList
impl UnwindSafe for StationScanList
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