Struct libhydrogen_sys::hydro_hash_state
source · #[repr(C)]pub struct hydro_hash_state {
pub state: [u32; 12],
pub buf_off: u8,
pub align: [u8; 3],
}Fields§
§state: [u32; 12]§buf_off: u8§align: [u8; 3]Trait Implementations§
source§impl Clone for hydro_hash_state
impl Clone for hydro_hash_state
source§fn clone(&self) -> hydro_hash_state
fn clone(&self) -> hydro_hash_state
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for hydro_hash_state
impl Debug for hydro_hash_state
source§impl Default for hydro_hash_state
impl Default for hydro_hash_state
source§fn default() -> hydro_hash_state
fn default() -> hydro_hash_state
Returns the “default value” for a type. Read more
source§impl PartialEq for hydro_hash_state
impl PartialEq for hydro_hash_state
source§fn eq(&self, other: &hydro_hash_state) -> bool
fn eq(&self, other: &hydro_hash_state) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for hydro_hash_state
impl Eq for hydro_hash_state
impl StructuralEq for hydro_hash_state
impl StructuralPartialEq for hydro_hash_state
Auto Trait Implementations§
impl RefUnwindSafe for hydro_hash_state
impl Send for hydro_hash_state
impl Sync for hydro_hash_state
impl Unpin for hydro_hash_state
impl UnwindSafe for hydro_hash_state
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