pub type MacVtapMode = MacVlanMode;
Aliased Type§
enum MacVtapMode {
Private,
Vepa,
Bridge,
Passthrough,
Source,
Other(u32),
}
Variants§
Trait Implementations
Source§impl Clone for MacVlanMode
impl Clone for MacVlanMode
Source§fn clone(&self) -> MacVlanMode
fn clone(&self) -> MacVlanMode
Returns a copy 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 more