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_short
pub l_whence: ::c_short
pub l_start: ::off64_t
pub l_len: ::off64_t
pub l_pid: ::pid_t
Trait Implementations
impl Debug for flock64
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for flock64
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for flock64
impl StructuralPartialEq for flock64
Auto Trait Implementations
impl RefUnwindSafe for flock64
impl UnwindSafe for flock64
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T