Struct posix::fcntl::flock [-] [+] [src]

pub struct flock {
    pub l_type: short_t,
    pub l_whence: short_t,
    pub l_start: off_t,
    pub l_len: off_t,
    pub l_pid: pid_t,
}

Fields

l_type
l_whence
l_start
l_len
l_pid

Trait Implementations

Derived Implementations

impl Copy for flock