Trait neli::consts::genl::Cmd[][src]

pub trait Cmd: PartialEq + Clone + From<u8> + Into<u8> + Copy + Size + TypeSize + for<'a> FromBytes<'a> + ToBytes + Debug { }
Expand description

Trait marking constants valid for use in Genlmsghdr field, cmd.

Implementations on Foreign Types

Implementors