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