#[repr(C, packed(1))]pub struct __blake2sp_state {
pub S: [[blake2s_state; 1]; 8],
pub R: [blake2s_state; 1],
pub buf: [byte; 512],
pub buflen: word32,
}Fields§
§S: [[blake2s_state; 1]; 8]§R: [blake2s_state; 1]§buf: [byte; 512]§buflen: word32Trait Implementations§
Source§impl Clone for __blake2sp_state
impl Clone for __blake2sp_state
Source§fn clone(&self) -> __blake2sp_state
fn clone(&self) -> __blake2sp_state
Returns a duplicate 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 __blake2sp_state
impl Debug for __blake2sp_state
impl Copy for __blake2sp_state
Auto Trait Implementations§
impl Freeze for __blake2sp_state
impl RefUnwindSafe for __blake2sp_state
impl Send for __blake2sp_state
impl Sync for __blake2sp_state
impl Unpin for __blake2sp_state
impl UnwindSafe for __blake2sp_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