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
NewFamily
Notify from event
DelFamily
Notify from event
GetFamily
Request to get family info
NewOps
Currently unused
DelOps
Currently unused
GetOps
Currently unused
NewMcastGrp
Notify from event
DelMcastGrp
Notify from event
GetMcastGrp
Currently unused
GetPolicy
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