pub enum FallocateMode {
PunchHole,
ZeroRange,
}
Expand description
The operation to perform with fallocate
.
Variants§
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