#[repr(C)]pub struct SHAstate_st {
pub h0: u32,
pub h1: u32,
pub h2: u32,
pub h3: u32,
pub h4: u32,
pub Nl: u32,
pub Nh: u32,
pub data: [u32; 16],
pub num: u32,
}
Fields§
§h0: u32
§h1: u32
§h2: u32
§h3: u32
§h4: u32
§Nl: u32
§Nh: u32
§data: [u32; 16]
§num: u32
Trait Implementations§
Source§impl Clone for SHAstate_st
impl Clone for SHAstate_st
Source§fn clone(&self) -> SHAstate_st
fn clone(&self) -> SHAstate_st
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 SHAstate_st
impl Debug for SHAstate_st
impl Copy for SHAstate_st
Auto Trait Implementations§
impl Freeze for SHAstate_st
impl RefUnwindSafe for SHAstate_st
impl Send for SHAstate_st
impl Sync for SHAstate_st
impl Unpin for SHAstate_st
impl UnwindSafe for SHAstate_st
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