Struct aws_lc_sys::blake2b_state_st
source · #[repr(C)]pub struct blake2b_state_st {
pub h: [u64; 8],
pub t_low: u64,
pub t_high: u64,
pub block: [u8; 128],
pub block_used: usize,
}Fields§
§h: [u64; 8]§t_low: u64§t_high: u64§block: [u8; 128]§block_used: usizeTrait Implementations§
source§impl Clone for blake2b_state_st
impl Clone for blake2b_state_st
source§fn clone(&self) -> blake2b_state_st
fn clone(&self) -> blake2b_state_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 blake2b_state_st
impl Debug for blake2b_state_st
source§impl Default for blake2b_state_st
impl Default for blake2b_state_st
source§impl PartialEq for blake2b_state_st
impl PartialEq for blake2b_state_st
source§fn eq(&self, other: &blake2b_state_st) -> bool
fn eq(&self, other: &blake2b_state_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for blake2b_state_st
impl Eq for blake2b_state_st
impl StructuralPartialEq for blake2b_state_st
Auto Trait Implementations§
impl Freeze for blake2b_state_st
impl RefUnwindSafe for blake2b_state_st
impl Send for blake2b_state_st
impl Sync for blake2b_state_st
impl Unpin for blake2b_state_st
impl UnwindSafe for blake2b_state_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)