Struct below_store::ChunkSizePo2
source · [−]pub struct ChunkSizePo2(pub u32);Tuple Fields
0: u32Trait Implementations
sourceimpl Clone for ChunkSizePo2
impl Clone for ChunkSizePo2
sourcefn clone(&self) -> ChunkSizePo2
fn clone(&self) -> ChunkSizePo2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ChunkSizePo2
impl Debug for ChunkSizePo2
impl Copy for ChunkSizePo2
Auto Trait Implementations
impl RefUnwindSafe for ChunkSizePo2
impl Send for ChunkSizePo2
impl Sync for ChunkSizePo2
impl Unpin for ChunkSizePo2
impl UnwindSafe for ChunkSizePo2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more