Enum netlink_packet_generic::ctrl::GenlCtrlCmd [−][src]
pub enum GenlCtrlCmd {
NewFamily,
DelFamily,
GetFamily,
NewOps,
DelOps,
GetOps,
NewMcastGrp,
DelMcastGrp,
GetMcastGrp,
GetPolicy,
}Expand description
Command code definition of Netlink controller (nlctrl) family
Variants
Notify from event
Notify from event
Request to get family info
Currently unused
Currently unused
Currently unused
Notify from event
Notify from event
Currently unused
Request to get family policy
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GenlCtrlCmd
impl Send for GenlCtrlCmd
impl Sync for GenlCtrlCmd
impl Unpin for GenlCtrlCmd
impl UnwindSafe for GenlCtrlCmd
Blanket Implementations
Mutably borrows from an owned value. Read more