Struct flock64

struct flock64 { ... }

Fields

l_type: c_short
l_whence: c_short
l_start: __kernel_loff_t
l_len: __kernel_loff_t
l_pid: __kernel_pid_t

Implementations

impl Clone for flock64

fn clone(self: &Self) -> flock64

impl Copy for flock64

impl Debug for flock64

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

impl Freeze for flock64

impl RefUnwindSafe for flock64

impl Send for flock64

impl Sync for flock64

impl Unpin for flock64

impl UnsafeUnpin for flock64

impl UnwindSafe for flock64

impl<T> Any for flock64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for flock64

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

impl<T> BorrowMut for flock64

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

impl<T> CloneToUninit for flock64

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

impl<T> From for flock64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for flock64

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 flock64

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

impl<T, U> TryInto for flock64

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