pub struct Fract {
pub state: [u64; 4],
/* private fields */
}Expand description
FRACT-256 hasher state
Fields§
§state: [u64; 4]Internal state vector (4 × u64)
Implementations§
Source§impl Fract
impl Fract
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fract
impl RefUnwindSafe for Fract
impl Send for Fract
impl Sync for Fract
impl Unpin for Fract
impl UnsafeUnpin for Fract
impl UnwindSafe for Fract
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