pub enum RansVariant {
RansByte,
Rans64,
}Expand description
Re-export the core rANS primitives. RANS variant enum for runtime dispatch.
Variants§
Implementations§
Source§impl RansVariant
impl RansVariant
Trait Implementations§
Source§impl Clone for RansVariant
impl Clone for RansVariant
Source§fn clone(&self) -> RansVariant
fn clone(&self) -> RansVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RansVariant
Source§impl Debug for RansVariant
impl Debug for RansVariant
impl Eq for RansVariant
Source§impl PartialEq for RansVariant
impl PartialEq for RansVariant
impl StructuralPartialEq for RansVariant
Auto Trait Implementations§
impl Freeze for RansVariant
impl RefUnwindSafe for RansVariant
impl Send for RansVariant
impl Sync for RansVariant
impl Unpin for RansVariant
impl UnsafeUnpin for RansVariant
impl UnwindSafe for RansVariant
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