Struct linux_unsafe::flock
source · #[repr(C)]pub struct flock {
pub l_type: short,
pub l_whence: short,
pub l_start: off_t,
pub l_len: off_t,
pub l_pid: pid_t,
}
Expand description
A type used with some crate::fcntl
commands.
Fields§
§l_type: short
§l_whence: short
§l_start: off_t
§l_len: off_t
§l_pid: pid_t