pub enum FallocateMode {
PunchHole,
ZeroRange,
}
Expand description
Operation to be performed on a given range when calling fallocate
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FallocateMode
impl RefUnwindSafe for FallocateMode
impl Send for FallocateMode
impl Sync for FallocateMode
impl Unpin for FallocateMode
impl UnwindSafe for FallocateMode
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