pub struct LossStats {
pub lost: u64,
pub total: u64,
pub percent: u32,
}Fields§
§lost: u64§total: u64§percent: u32Trait Implementations§
impl Copy for LossStats
impl Eq for LossStats
impl StructuralPartialEq for LossStats
Auto Trait Implementations§
impl Freeze for LossStats
impl RefUnwindSafe for LossStats
impl Send for LossStats
impl Sync for LossStats
impl Unpin for LossStats
impl UnsafeUnpin for LossStats
impl UnwindSafe for LossStats
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