Struct nrfxlib_sys::ocrypto_sha1_ctx
source · #[repr(C)]pub struct ocrypto_sha1_ctx {
pub h: [u32; 5],
pub buffer: [u8; 320],
pub length: u32,
pub in_length: usize,
}Expand description
@cond
Fields§
§h: [u32; 5]§buffer: [u8; 320]§length: u32§in_length: usizeTrait Implementations§
source§impl Clone for ocrypto_sha1_ctx
impl Clone for ocrypto_sha1_ctx
source§fn clone(&self) -> ocrypto_sha1_ctx
fn clone(&self) -> ocrypto_sha1_ctx
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