#[repr(C)]pub struct mbedtls_nist_kw_context {
pub private_cipher_ctx: mbedtls_cipher_context_t,
}Expand description
\brief The key wrapping context-type definition. The key wrapping context is passed to the APIs called.
\note The definition of this type may change in future library versions. Don’t make any assumptions on this context!
Fields§
§private_cipher_ctx: mbedtls_cipher_context_t< The cipher context used.
Trait Implementations§
Source§impl Clone for mbedtls_nist_kw_context
impl Clone for mbedtls_nist_kw_context
Source§fn clone(&self) -> mbedtls_nist_kw_context
fn clone(&self) -> mbedtls_nist_kw_context
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mbedtls_nist_kw_context
Source§impl Debug for mbedtls_nist_kw_context
impl Debug for mbedtls_nist_kw_context
Auto Trait Implementations§
impl !Send for mbedtls_nist_kw_context
impl !Sync for mbedtls_nist_kw_context
impl Freeze for mbedtls_nist_kw_context
impl RefUnwindSafe for mbedtls_nist_kw_context
impl Unpin for mbedtls_nist_kw_context
impl UnsafeUnpin for mbedtls_nist_kw_context
impl UnwindSafe for mbedtls_nist_kw_context
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)