Struct flipperzero_sys::sha256_context
source · [−]#[repr(C)]pub struct sha256_context {
pub total: [u32; 2],
pub state: [u32; 8],
pub wbuf: [u32; 16],
}Fields
total: [u32; 2]state: [u32; 8]wbuf: [u32; 16]Trait Implementations
sourceimpl Clone for sha256_context
impl Clone for sha256_context
sourcefn clone(&self) -> sha256_context
fn clone(&self) -> sha256_context
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for sha256_context
impl Debug for sha256_context
impl Copy for sha256_context
Auto Trait Implementations
impl RefUnwindSafe for sha256_context
impl Send for sha256_context
impl Sync for sha256_context
impl Unpin for sha256_context
impl UnwindSafe for sha256_context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more