Struct __user_cap_header_struct
struct __user_cap_header_struct { ... }
Fields
version: __u32pid: c_int
Implementations
impl Clone for __user_cap_header_struct
fn clone(self: &Self) -> __user_cap_header_struct
impl Copy for __user_cap_header_struct
impl Debug for __user_cap_header_struct
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for __user_cap_header_struct
impl RefUnwindSafe for __user_cap_header_struct
impl Send for __user_cap_header_struct
impl Sync for __user_cap_header_struct
impl Unpin for __user_cap_header_struct
impl UnsafeUnpin for __user_cap_header_struct
impl UnwindSafe for __user_cap_header_struct
impl<T> Any for __user_cap_header_struct
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for __user_cap_header_struct
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for __user_cap_header_struct
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for __user_cap_header_struct
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for __user_cap_header_struct
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for __user_cap_header_struct
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for __user_cap_header_struct
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for __user_cap_header_struct
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>