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
impl Clone for __user_cap_data_struct
Source§fn clone(&self) -> __user_cap_data_struct
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more