#[repr(C)]pub struct fuse_fallocate_in {
pub fh: u64,
pub offset: u64,
pub length: u64,
pub mode: u32,
pub padding: u32,
}
Fields§
§fh: u64
§offset: u64
§length: u64
§mode: u32
§padding: u32
Trait Implementations§
Source§impl AsBytes for fuse_fallocate_in
impl AsBytes for fuse_fallocate_in
Source§impl Clone for fuse_fallocate_in
impl Clone for fuse_fallocate_in
Source§fn clone(&self) -> fuse_fallocate_in
fn clone(&self) -> fuse_fallocate_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_fallocate_in
impl Default for fuse_fallocate_in
Source§fn default() -> fuse_fallocate_in
fn default() -> fuse_fallocate_in
Returns the “default value” for a type. Read more
impl Copy for fuse_fallocate_in
impl FromBytes for fuse_fallocate_in
Auto Trait Implementations§
impl Freeze for fuse_fallocate_in
impl RefUnwindSafe for fuse_fallocate_in
impl Send for fuse_fallocate_in
impl Sync for fuse_fallocate_in
impl Unpin for fuse_fallocate_in
impl UnwindSafe for fuse_fallocate_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