Struct esp_idf_sys::mbedtls_md_context_t
source · #[repr(C)]pub struct mbedtls_md_context_t {
pub private_md_info: *const mbedtls_md_info_t,
pub private_md_ctx: *mut c_void,
pub private_hmac_ctx: *mut c_void,
}
Expand description
The generic message-digest context.
Fields§
§private_md_info: *const mbedtls_md_info_t
Information about the associated message digest.
private_md_ctx: *mut c_void
The digest-specific context (legacy) or the PSA operation.
private_hmac_ctx: *mut c_void
The HMAC part of the context.
Trait Implementations§
source§impl Clone for mbedtls_md_context_t
impl Clone for mbedtls_md_context_t
source§fn clone(&self) -> mbedtls_md_context_t
fn clone(&self) -> mbedtls_md_context_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mbedtls_md_context_t
impl Debug for mbedtls_md_context_t
source§impl Default for mbedtls_md_context_t
impl Default for mbedtls_md_context_t
impl Copy for mbedtls_md_context_t
Auto Trait Implementations§
impl Freeze for mbedtls_md_context_t
impl RefUnwindSafe for mbedtls_md_context_t
impl !Send for mbedtls_md_context_t
impl !Sync for mbedtls_md_context_t
impl Unpin for mbedtls_md_context_t
impl UnwindSafe for mbedtls_md_context_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)