pub struct Ftruncate { /* private fields */ }
Expand description
Perform file truncation, equivalent to ftruncate(2)
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ftruncate
impl RefUnwindSafe for Ftruncate
impl Send for Ftruncate
impl Sync for Ftruncate
impl Unpin for Ftruncate
impl UnwindSafe for Ftruncate
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