#[repr(C)]pub struct fuse_lk_in {
pub fh: u64,
pub owner: u64,
pub lk: fuse_file_lock,
pub lk_flags: u32,
pub padding: u32,
}
Fields§
§fh: u64
§owner: u64
§lk: fuse_file_lock
§lk_flags: u32
§padding: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_lk_in
impl RefUnwindSafe for fuse_lk_in
impl Send for fuse_lk_in
impl Sync for fuse_lk_in
impl Unpin for fuse_lk_in
impl UnwindSafe for fuse_lk_in
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more