Struct gdnative_visual_script::common::libc::flock [−][src]
#[repr(C)]pub struct flock { pub l_type: i16, pub l_whence: i16, pub l_start: i64, pub l_len: i64, pub l_pid: i32, }
Fields
l_type: i16
l_whence: i16
l_start: i64
l_len: i64
l_pid: i32
Trait Implementations
impl Clone for flock
[src]
impl Clone for flock
fn clone(&self) -> flock
[src]
fn clone(&self) -> flock
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for flock
[src]
impl Copy for flock