Type Alias user_cap_data

Source
pub type user_cap_data = __user_cap_data_struct;

Aliased Type§

struct user_cap_data {
    pub effective: u32,
    pub permitted: u32,
    pub inheritable: u32,
}

Fields§

§effective: u32§permitted: u32§inheritable: u32

Trait Implementations

Source§

impl Clone for __user_cap_data_struct

Source§

fn clone(&self) -> __user_cap_data_struct

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for __user_cap_data_struct

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for __user_cap_data_struct

Source§

fn eq(&self, other: &__user_cap_data_struct) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for __user_cap_data_struct

Source§

impl Eq for __user_cap_data_struct

Source§

impl Pod for __user_cap_data_struct

Source§

impl StructuralPartialEq for __user_cap_data_struct