pub struct WifiStaList {
pub sta: Vec<WifiStaInfo, 30>,
pub num: i32,
}
Fields§
§sta: Vec<WifiStaInfo, 30>
§num: i32
Auto Trait Implementations§
impl Freeze for WifiStaList
impl RefUnwindSafe for WifiStaList
impl Send for WifiStaList
impl Sync for WifiStaList
impl Unpin for WifiStaList
impl UnwindSafe for WifiStaList
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