Trait neli::consts::nl::NlType

source ·
pub trait NlType: PartialEq + Clone + From<u16> + Into<u16> + Copy + Size + TypeSize + for<'a> FromBytes<'a> + ToBytes + Debug { }
Expand description

Trait marking constants valid for use in Nlmsghdr field, nl_type.

Implementations on Foreign Types§

Implementors§