Struct flipperzero_sys::sha256_context
source · #[repr(C)]pub struct sha256_context {
pub total: [u32; 2],
pub state: [u32; 8],
pub wbuf: [u32; 16],
}Expand description
Re-export bindings
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 more