pub struct ZeroFiller { /* private fields */ }
Expand description
Implements [ExtendVec
] to fill with zeroes. Reduces memory usage when storing log.
Trait Implementations§
source§impl Clone for ZeroFiller
impl Clone for ZeroFiller
source§fn clone(&self) -> ZeroFiller
fn clone(&self) -> ZeroFiller
Returns a copy 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 more