Enum netlink_packet_route::rtnl::link::nlas::InfoIpVlan
source · pub enum InfoIpVlan {
Unspec(Vec<u8>),
Mode(u16),
Flags(u16),
Other(DefaultNla),
}
Variants§
Trait Implementations§
source§impl Clone for InfoIpVlan
impl Clone for InfoIpVlan
source§fn clone(&self) -> InfoIpVlan
fn clone(&self) -> InfoIpVlan
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