Trait neli::consts::genl::NlAttrType

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

Marker trait for types usable in the Nlattr field, nla_type

Implementations on Foreign Types§

Implementors§