pub struct UnifiedLogStatus {
pub total_used_space: usize,
pub total_allocated_space: usize,
}
Expand description
Basic statistics for the unified logger. Note: the total_allocated_space might grow for the std implementation
Fields§
§total_used_space: usize
§total_allocated_space: usize
Auto Trait Implementations§
impl Freeze for UnifiedLogStatus
impl RefUnwindSafe for UnifiedLogStatus
impl Send for UnifiedLogStatus
impl Sync for UnifiedLogStatus
impl Unpin for UnifiedLogStatus
impl UnwindSafe for UnifiedLogStatus
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