extern struct Flock [src]
Fields
type: i16
whence: i16
start: off_t
len: off_t
pid: pid_t
Source
pub const Flock = extern struct {
type: i16,
whence: i16,
start: off_t,
len: off_t,
pid: pid_t,
}
pub const Flock = extern struct {
type: i16,
whence: i16,
start: off_t,
len: off_t,
pid: pid_t,
}