Struct __user_cap_data_struct

struct __user_cap_data_struct { ... }

Fields

effective: __u32
permitted: __u32
inheritable: __u32

Implementations

impl Clone for __user_cap_data_struct

fn clone(self: &Self) -> __user_cap_data_struct

impl Copy for __user_cap_data_struct

impl Debug for __user_cap_data_struct

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for __user_cap_data_struct

impl RefUnwindSafe for __user_cap_data_struct

impl Send for __user_cap_data_struct

impl Sync for __user_cap_data_struct

impl Unpin for __user_cap_data_struct

impl UnsafeUnpin for __user_cap_data_struct

impl UnwindSafe for __user_cap_data_struct

impl<T> Any for __user_cap_data_struct

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for __user_cap_data_struct

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for __user_cap_data_struct

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for __user_cap_data_struct

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for __user_cap_data_struct

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for __user_cap_data_struct

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for __user_cap_data_struct

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for __user_cap_data_struct

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>