pub struct RadioTable { /* private fields */ }Expand description
Shared table of link metrics, keyed by FaceId.
Written by the nl80211 monitoring task; read by wireless strategies.
Implementations§
Source§impl RadioTable
impl RadioTable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadioTable
impl !RefUnwindSafe for RadioTable
impl Send for RadioTable
impl Sync for RadioTable
impl Unpin for RadioTable
impl UnwindSafe for RadioTable
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