#[repr(u32)]pub enum L3Interface {
Station = 0,
AP = 1,
}Expand description
Specifies a layer 3 interface to be affected by the command.
Variants§
Trait Implementations§
Source§impl Clone for L3Interface
impl Clone for L3Interface
Source§fn clone(&self) -> L3Interface
fn clone(&self) -> L3Interface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for L3Interface
impl Debug for L3Interface
impl Copy for L3Interface
Auto Trait Implementations§
impl Freeze for L3Interface
impl RefUnwindSafe for L3Interface
impl Send for L3Interface
impl Sync for L3Interface
impl Unpin for L3Interface
impl UnwindSafe for L3Interface
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