pub type user_cap_header = __user_cap_header_struct;
Aliased Type§
struct user_cap_header {
pub version: u32,
pub pid: i32,
}
Fields§
§version: u32
§pid: i32
Trait Implementations
Source§impl Clone for __user_cap_header_struct
impl Clone for __user_cap_header_struct
Source§fn clone(&self) -> __user_cap_header_struct
fn clone(&self) -> __user_cap_header_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