#[repr(C, packed(1))]pub struct __blake2bp_state {
pub S: [[blake2b_state; 1]; 4],
pub R: [blake2b_state; 1],
pub buf: [byte; 512],
pub buflen: word64,
}Fields§
§S: [[blake2b_state; 1]; 4]§R: [blake2b_state; 1]§buf: [byte; 512]§buflen: word64Trait Implementations§
Source§impl Clone for __blake2bp_state
impl Clone for __blake2bp_state
Source§fn clone(&self) -> __blake2bp_state
fn clone(&self) -> __blake2bp_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 __blake2bp_state
impl Debug for __blake2bp_state
impl Copy for __blake2bp_state
Auto Trait Implementations§
impl Freeze for __blake2bp_state
impl RefUnwindSafe for __blake2bp_state
impl Send for __blake2bp_state
impl Sync for __blake2bp_state
impl Unpin for __blake2bp_state
impl UnwindSafe for __blake2bp_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