Struct libc::flock [] [src]

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

Fields

l_start
l_len
l_pid
l_type
l_whence

Trait Implementations

impl Copy for flock

impl Clone for flock

fn clone(&self) -> flock

fn clone_from(&mut self, source: &Self)