pub enum MacRole {
Client,
Ap,
Mesh,
}
Variants§
Trait Implementations§
Source§impl From<MacRole> for WlanMacRole
impl From<MacRole> for WlanMacRole
Source§impl TryFrom<WlanMacRole> for MacRole
impl TryFrom<WlanMacRole> for MacRole
Source§type Error = WlanMacRole
type Error = WlanMacRole
The type returned in the event of a conversion error.
impl Copy for MacRole
impl Eq for MacRole
impl StructuralPartialEq for MacRole
Auto Trait Implementations§
impl Freeze for MacRole
impl RefUnwindSafe for MacRole
impl Send for MacRole
impl Sync for MacRole
impl Unpin for MacRole
impl UnwindSafe for MacRole
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