pub enum PortMode {
Vlan(u16),
Hybrid,
}Variants§
Trait Implementations§
impl Copy for PortMode
impl Eq for PortMode
impl StructuralPartialEq for PortMode
Auto Trait Implementations§
impl Freeze for PortMode
impl RefUnwindSafe for PortMode
impl Send for PortMode
impl Sync for PortMode
impl Unpin for PortMode
impl UnwindSafe for PortMode
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