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§
source§impl Clone for sha256_context
impl Clone for sha256_context
source§fn clone(&self) -> sha256_context
fn clone(&self) -> sha256_context
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 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§
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