pub struct BcInstHash;Implementations§
Source§impl BcInstHash
impl BcInstHash
pub fn mix_u32_u32(h: u32, k: u32) -> u32
Source§impl BcInstHash
impl BcInstHash
pub fn mix_u32_bc_op(h: u32, op: BcOp) -> u32
Trait Implementations§
Source§impl Clone for BcInstHash
impl Clone for BcInstHash
Source§fn clone(&self) -> BcInstHash
fn clone(&self) -> BcInstHash
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 BcInstHash
Source§impl Debug for BcInstHash
impl Debug for BcInstHash
Source§impl Default for BcInstHash
impl Default for BcInstHash
Source§fn default() -> BcInstHash
fn default() -> BcInstHash
Returns the “default value” for a type. Read more
impl Eq for BcInstHash
Source§impl Hash for BcInstHash
impl Hash for BcInstHash
Source§impl PartialEq for BcInstHash
impl PartialEq for BcInstHash
Source§fn eq(&self, other: &BcInstHash) -> bool
fn eq(&self, other: &BcInstHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BcInstHash
Auto Trait Implementations§
impl Freeze for BcInstHash
impl RefUnwindSafe for BcInstHash
impl Send for BcInstHash
impl Sync for BcInstHash
impl Unpin for BcInstHash
impl UnsafeUnpin for BcInstHash
impl UnwindSafe for BcInstHash
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