Type Alias user_cap_data

Source
pub type user_cap_data = __user_cap_data_struct;

Aliased Type§

#[repr(C)]
pub struct user_cap_data { pub effective: u32, pub permitted: u32, pub inheritable: u32, }

Fields§

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