Struct libc::flock64
#[repr(C)]
pub struct flock64 {
pub l_type: ::c_short,
pub l_whence: ::c_short,
pub l_start: ::off64_t,
pub l_len: ::off64_t,
pub l_pid: ::pid_t,
}Fields
pub l_type: ::c_shortpub l_whence: ::c_shortpub l_start: ::off64_tpub l_len: ::off64_tpub l_pid: ::pid_tTrait Implementations
impl Debug for flock64
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for flock64
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for flock64impl StructuralPartialEq for flock64Auto Trait Implementations
impl RefUnwindSafe for flock64impl UnwindSafe for flock64Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T