#[repr(u32)]pub enum BssType {
Infra = 0,
Adhoc = 1,
Any = 2,
Unknown = 4_294_967_295,
}Expand description
Describes the high-level type of a network.
Variants§
Trait Implementations§
impl Copy for BssType
Auto Trait Implementations§
impl Freeze for BssType
impl RefUnwindSafe for BssType
impl Send for BssType
impl Sync for BssType
impl Unpin for BssType
impl UnwindSafe for BssType
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