Struct flipperzero_sys::hmac_sha256_context
source · [−]#[repr(C)]pub struct hmac_sha256_context {
pub hmac_ctx: hmac_context,
pub sha_ctx: sha256_context,
pub tmp: [u8; 128],
}Fields
hmac_ctx: hmac_contextsha_ctx: sha256_contexttmp: [u8; 128]Trait Implementations
sourceimpl Clone for hmac_sha256_context
impl Clone for hmac_sha256_context
sourcefn clone(&self) -> hmac_sha256_context
fn clone(&self) -> hmac_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 hmac_sha256_context
impl Debug for hmac_sha256_context
impl Copy for hmac_sha256_context
Auto Trait Implementations
impl RefUnwindSafe for hmac_sha256_context
impl !Send for hmac_sha256_context
impl !Sync for hmac_sha256_context
impl Unpin for hmac_sha256_context
impl UnwindSafe for hmac_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