pub struct DibitParams;
Expand description
Parameters for Dibits
iterator.
Trait Implementations§
Source§impl IterParams for DibitParams
impl IterParams for DibitParams
Source§fn post_shift() -> usize
fn post_shift() -> usize
Amount to shift buffer after all buffering, so the bits are lined up at the MSB.
Source§fn iterations() -> usize
fn iterations() -> usize
Number of iterations before buffering.
Auto Trait Implementations§
impl Freeze for DibitParams
impl RefUnwindSafe for DibitParams
impl Send for DibitParams
impl Sync for DibitParams
impl Unpin for DibitParams
impl UnwindSafe for DibitParams
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