cap_value_t

Type Alias cap_value_t 

Source
pub type cap_value_t = u32;

Trait Implementations§

Source§

impl<'a> From<&'a Capability> for cap_value_t

Source§

fn from(c: &Capability) -> cap_value_t

Converts to this type from the input type.
Source§

impl From<Capability> for cap_value_t

Source§

fn from(c: Capability) -> cap_value_t

Converts to this type from the input type.