Enum netlink_packet_route::rtnl::link::nlas::Prop [−][src]
pub enum Prop {
AltIfName(String),
Other(DefaultNla),
}
Variants
AltIfName(String)
Tuple Fields
0: String
Other(DefaultNla)
Tuple Fields
0: DefaultNla
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Prop
impl UnwindSafe for Prop
Blanket Implementations
Mutably borrows from an owned value. Read more