pub struct SysWifi;Expand description
Production wifi: reads /sys/class/net/wlan0/operstate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysWifi
impl RefUnwindSafe for SysWifi
impl Send for SysWifi
impl Sync for SysWifi
impl Unpin for SysWifi
impl UnsafeUnpin for SysWifi
impl UnwindSafe for SysWifi
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