#[repr(C)]pub struct flock_t {
pub l_type: i16,
pub l_whence: i16,
pub l_start: off_t,
pub l_len: off_t,
pub l_pid: pid_t,
}Fields
l_type: i16l_whence: i16l_start: off_tl_len: off_tl_pid: pid_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for flock_t
impl Send for flock_t
impl Sync for flock_t
impl Unpin for flock_t
impl UnwindSafe for flock_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more