Struct f_owner_ex

struct f_owner_ex { ... }

Fields

type_: c_int
pid: __kernel_pid_t

Implementations

impl Clone for f_owner_ex

fn clone(self: &Self) -> f_owner_ex

impl Copy for f_owner_ex

impl Debug for f_owner_ex

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

impl Freeze for f_owner_ex

impl RefUnwindSafe for f_owner_ex

impl Send for f_owner_ex

impl Sync for f_owner_ex

impl Unpin for f_owner_ex

impl UnsafeUnpin for f_owner_ex

impl UnwindSafe for f_owner_ex

impl<T> Any for f_owner_ex

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for f_owner_ex

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

impl<T> BorrowMut for f_owner_ex

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

impl<T> CloneToUninit for f_owner_ex

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

impl<T> From for f_owner_ex

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for f_owner_ex

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 f_owner_ex

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

impl<T, U> TryInto for f_owner_ex

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