agde::log

Struct ZeroFiller

source
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

source§

fn clone(&self) -> ZeroFiller

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ZeroFiller