pub struct HighSpeedSwapDiagnostic {
pub num_layers: u32,
pub active_disk_blocks: u32,
pub disk_block_capacity: u32,
pub scratch_pool_resident: u32,
pub scratch_pool_free: u32,
}Fields§
§num_layers: u32§active_disk_blocks: u32§disk_block_capacity: u32§scratch_pool_resident: u32§scratch_pool_free: u32Trait Implementations§
Source§impl Clone for HighSpeedSwapDiagnostic
impl Clone for HighSpeedSwapDiagnostic
Source§fn clone(&self) -> HighSpeedSwapDiagnostic
fn clone(&self) -> HighSpeedSwapDiagnostic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HighSpeedSwapDiagnostic
impl Debug for HighSpeedSwapDiagnostic
impl Copy for HighSpeedSwapDiagnostic
Auto Trait Implementations§
impl Freeze for HighSpeedSwapDiagnostic
impl RefUnwindSafe for HighSpeedSwapDiagnostic
impl Send for HighSpeedSwapDiagnostic
impl Sync for HighSpeedSwapDiagnostic
impl Unpin for HighSpeedSwapDiagnostic
impl UnwindSafe for HighSpeedSwapDiagnostic
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