pub struct SuperblockCounterUpdate {
pub free_blocks_delta: i64,
pub free_inodes_delta: i32,
}Expand description
A change to the superblock free-counter totals.
Fields§
§free_blocks_delta: i64§free_inodes_delta: i32Trait Implementations§
Source§impl Clone for SuperblockCounterUpdate
impl Clone for SuperblockCounterUpdate
Source§fn clone(&self) -> SuperblockCounterUpdate
fn clone(&self) -> SuperblockCounterUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SuperblockCounterUpdate
Source§impl Debug for SuperblockCounterUpdate
impl Debug for SuperblockCounterUpdate
impl Eq for SuperblockCounterUpdate
Source§impl PartialEq for SuperblockCounterUpdate
impl PartialEq for SuperblockCounterUpdate
impl StructuralPartialEq for SuperblockCounterUpdate
Auto Trait Implementations§
impl Freeze for SuperblockCounterUpdate
impl RefUnwindSafe for SuperblockCounterUpdate
impl Send for SuperblockCounterUpdate
impl Sync for SuperblockCounterUpdate
impl Unpin for SuperblockCounterUpdate
impl UnsafeUnpin for SuperblockCounterUpdate
impl UnwindSafe for SuperblockCounterUpdate
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