Struct bitpolymul::DecodeCache
source · pub struct DecodeCache { /* private fields */ }
Trait Implementations§
source§impl Clone for DecodeCache
impl Clone for DecodeCache
source§fn clone(&self) -> DecodeCache
fn clone(&self) -> DecodeCache
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 moresource§impl Default for DecodeCache
impl Default for DecodeCache
source§fn default() -> DecodeCache
fn default() -> DecodeCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeCache
impl RefUnwindSafe for DecodeCache
impl Send for DecodeCache
impl Sync for DecodeCache
impl Unpin for DecodeCache
impl UnwindSafe for DecodeCache
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