pub struct TransformStats {
pub input_bytes: u64,
pub output_bytes: u64,
}Fields§
§input_bytes: u64§output_bytes: u64Trait Implementations§
Source§impl Clone for TransformStats
impl Clone for TransformStats
Source§fn clone(&self) -> TransformStats
fn clone(&self) -> TransformStats
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 TransformStats
Auto Trait Implementations§
impl Freeze for TransformStats
impl RefUnwindSafe for TransformStats
impl Send for TransformStats
impl Sync for TransformStats
impl Unpin for TransformStats
impl UnsafeUnpin for TransformStats
impl UnwindSafe for TransformStats
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