#[repr(C)]pub struct FuseFAllocateIn {
pub fh: u64,
pub offset: u64,
pub length: u64,
pub mode: u32,
pub padding: u32,
}Expand description
FUSE file allocate request input fuse_fallocate_in
Fields§
§fh: u64File handler
offset: u64File allocate offset
length: u64File allocate length
mode: u32File mode
padding: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseFAllocateIn
impl RefUnwindSafe for FuseFAllocateIn
impl Send for FuseFAllocateIn
impl Sync for FuseFAllocateIn
impl Unpin for FuseFAllocateIn
impl UnwindSafe for FuseFAllocateIn
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