pub type IpVtapMode = IpVlanMode;
Aliased Type§
enum IpVtapMode {
L2,
L3,
L3S,
Other(u16),
}
Variants§
Trait Implementations
Source§impl Clone for IpVlanMode
impl Clone for IpVlanMode
Source§fn clone(&self) -> IpVlanMode
fn clone(&self) -> IpVlanMode
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