Struct rcap::Struct___user_cap_data_struct [] [src]

pub struct Struct___user_cap_data_struct {
    pub effective: __u32,
    pub permitted: __u32,
    pub inheritable: __u32,
}

Fields

effective: __u32 permitted: __u32 inheritable: __u32

Trait Implementations

impl Copy for Struct___user_cap_data_struct
[src]

impl Clone for Struct___user_cap_data_struct
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct___user_cap_data_struct
[src]

fn default() -> Self

Returns the "default value" for a type. Read more