#[repr(C)]pub struct fuse_copy_file_range_in {
pub fh_in: u64,
pub off_in: u64,
pub nodeid_out: u64,
pub fh_out: u64,
pub off_out: u64,
pub len: u64,
pub flags: u64,
}
Fields§
§fh_in: u64
§off_in: u64
§nodeid_out: u64
§fh_out: u64
§off_out: u64
§len: u64
§flags: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_copy_file_range_in
impl RefUnwindSafe for fuse_copy_file_range_in
impl Send for fuse_copy_file_range_in
impl Sync for fuse_copy_file_range_in
impl Unpin for fuse_copy_file_range_in
impl UnwindSafe for fuse_copy_file_range_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