pub enum ApAdvertisementMode {
Beacon,
ProbeResponse,
}
Variants§
Auto Trait Implementations§
impl Freeze for ApAdvertisementMode
impl RefUnwindSafe for ApAdvertisementMode
impl Send for ApAdvertisementMode
impl Sync for ApAdvertisementMode
impl Unpin for ApAdvertisementMode
impl UnwindSafe for ApAdvertisementMode
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