pub enum HotspotBand {
A,
Bg,
}
Expand description
Band type of wireless hotspot.
Variants§
Trait Implementations§
Source§impl Debug for HotspotBand
impl Debug for HotspotBand
Auto Trait Implementations§
impl Freeze for HotspotBand
impl RefUnwindSafe for HotspotBand
impl Send for HotspotBand
impl Sync for HotspotBand
impl Unpin for HotspotBand
impl UnwindSafe for HotspotBand
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