pub struct HotspotConfig { /* private fields */ }
Expand description
Configuration for a wireless hotspot.
Implementations§
Source§impl HotspotConfig
function to create a new config object
impl HotspotConfig
function to create a new config object
pub fn new(band: Option<HotspotBand>, channel: Option<Channel>) -> HotspotConfig
Auto Trait Implementations§
impl Freeze for HotspotConfig
impl RefUnwindSafe for HotspotConfig
impl Send for HotspotConfig
impl Sync for HotspotConfig
impl Unpin for HotspotConfig
impl UnwindSafe for HotspotConfig
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