Struct nc::types::compat_flock64_t[][src]

#[repr(C)]
pub struct compat_flock64_t { pub l_type: u16, pub l_whence: u16, pub l_start: compat_loff_t, pub l_len: compat_loff_t, pub l_pid: compat_pid_t, }
Expand description

IA32 uses 4 byte alignment for 64 bit quantities, so we need to pack this structure.

Fields

l_type: u16l_whence: u16l_start: compat_loff_tl_len: compat_loff_tl_pid: compat_pid_t

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.