#[repr(C)]pub struct mbedtls_pk_context {
pub private_pk_info: *const mbedtls_pk_info_t,
pub private_pk_ctx: *mut c_void,
}
Fields§
§private_pk_info: *const mbedtls_pk_info_t
§private_pk_ctx: *mut c_void
Trait Implementations§
Source§impl Clone for mbedtls_pk_context
impl Clone for mbedtls_pk_context
Source§fn clone(&self) -> mbedtls_pk_context
fn clone(&self) -> mbedtls_pk_context
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mbedtls_pk_context
impl Debug for mbedtls_pk_context
Source§impl Default for mbedtls_pk_context
impl Default for mbedtls_pk_context
impl Copy for mbedtls_pk_context
Auto Trait Implementations§
impl Freeze for mbedtls_pk_context
impl RefUnwindSafe for mbedtls_pk_context
impl !Send for mbedtls_pk_context
impl !Sync for mbedtls_pk_context
impl Unpin for mbedtls_pk_context
impl UnwindSafe for mbedtls_pk_context
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more