Struct dsi_bitstream::codes::params::DefaultWriteParams
source · pub struct DefaultWriteParams;
Expand description
An implementation of WriteParams
providing reasonable defaults.
If you want to optimize these choices for your architecture, we suggest to
run the benchmarks in the benchmarks
directory and write your
own implementation.
Trait Implementations§
source§impl Clone for DefaultWriteParams
impl Clone for DefaultWriteParams
source§fn clone(&self) -> DefaultWriteParams
fn clone(&self) -> DefaultWriteParams
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 Debug for DefaultWriteParams
impl Debug for DefaultWriteParams
impl WriteParams for DefaultWriteParams
Auto Trait Implementations§
impl RefUnwindSafe for DefaultWriteParams
impl Send for DefaultWriteParams
impl Sync for DefaultWriteParams
impl Unpin for DefaultWriteParams
impl UnwindSafe for DefaultWriteParams
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
source§impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
source§impl<T> DowncastableFrom<T> for T
impl<T> DowncastableFrom<T> for T
source§fn downcast_from(value: T) -> T
fn downcast_from(value: T) -> T
Truncate the current UnsignedInt to a possibly smaller size
source§impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
source§impl<T> UpcastableFrom<T> for T
impl<T> UpcastableFrom<T> for T
source§fn upcast_from(value: T) -> T
fn upcast_from(value: T) -> T
Extend the current UnsignedInt to a possibly bigger size.