#[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§
Source§impl AsBytes for fuse_copy_file_range_in
impl AsBytes for fuse_copy_file_range_in
Source§impl Clone for fuse_copy_file_range_in
impl Clone for fuse_copy_file_range_in
Source§fn clone(&self) -> fuse_copy_file_range_in
fn clone(&self) -> fuse_copy_file_range_in
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for fuse_copy_file_range_in
impl Default for fuse_copy_file_range_in
Source§fn default() -> fuse_copy_file_range_in
fn default() -> fuse_copy_file_range_in
Returns the “default value” for a type. Read more
impl Copy for fuse_copy_file_range_in
impl FromBytes for fuse_copy_file_range_in
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