pub enum Gf2_63x2 {}
Trait Implementations§
Source§impl Ord for Gf2_63x2
impl Ord for Gf2_63x2
Source§impl PartialOrd for Gf2_63x2
impl PartialOrd for Gf2_63x2
Source§impl RollingHasher for Gf2_63x2
impl RollingHasher for Gf2_63x2
type T = <Gf2_63 as SemiRing>::T
type Hash = [<Gf2_63 as SemiRing>::T; 2]
fn init_with_rng(len: usize, rng: &mut Xorshift)
fn ensure(len: usize)
fn hash_sequence<I>(iter: I) -> HashedSequence<Self>where
I: IntoIterator<Item = Self::T>,
fn hash_substr(hashed: &[Self::Hash]) -> Hashed<Self>
fn concat_hash(x: &Hashed<Self>, y: &Hashed<Self>) -> Hashed<Self>
fn empty_hash() -> Hashed<Self>
fn init(len: usize)
impl Copy for Gf2_63x2
impl Eq for Gf2_63x2
impl StructuralPartialEq for Gf2_63x2
Auto Trait Implementations§
impl Freeze for Gf2_63x2
impl RefUnwindSafe for Gf2_63x2
impl Send for Gf2_63x2
impl Sync for Gf2_63x2
impl Unpin for Gf2_63x2
impl UnwindSafe for Gf2_63x2
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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