pub struct TribitParams;
Expand description
Parameters for Tribits
iterator.
Trait Implementations§
Source§impl IterParams for TribitParams
impl IterParams for TribitParams
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 TribitParams
impl RefUnwindSafe for TribitParams
impl Send for TribitParams
impl Sync for TribitParams
impl Unpin for TribitParams
impl UnwindSafe for TribitParams
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