pub struct RansByte;Expand description
RansByte variant: u32 state, u8 unit.
Trait Implementations§
impl Copy for RansByte
impl Eq for RansByte
Source§impl RansParams for RansByte
impl RansParams for RansByte
Source§const STATE_BITS: u32 = 31
const STATE_BITS: u32 = 31
STATE_BITS
Source§const MAX_SCALE_BITS: u32 = 30
const MAX_SCALE_BITS: u32 = 30
MAX_SCALE_BITS
Source§const LOWER_BOUND: u32
const LOWER_BOUND: u32
LOWER_BOUND
Source§const UNITS_PER_STATE: usize = 4
const UNITS_PER_STATE: usize = 4
UNITS_PER_STATE
impl StructuralPartialEq for RansByte
Auto Trait Implementations§
impl Freeze for RansByte
impl RefUnwindSafe for RansByte
impl Send for RansByte
impl Sync for RansByte
impl Unpin for RansByte
impl UnsafeUnpin for RansByte
impl UnwindSafe for RansByte
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