Struct esp_idf_sys::mbedtls_asn1_named_data
source · #[repr(C)]pub struct mbedtls_asn1_named_data {
pub oid: mbedtls_asn1_buf,
pub val: mbedtls_asn1_buf,
pub next: *mut mbedtls_asn1_named_data,
pub private_next_merged: c_uchar,
}
Expand description
Container for a sequence or list of ‘named’ ASN.1 data items
Fields§
§oid: mbedtls_asn1_buf
< The object identifier.
val: mbedtls_asn1_buf
< The named value.
next: *mut mbedtls_asn1_named_data
The next entry in the sequence.
The details of memory management for named data sequences are not documented and may change in future versions. Set this field to \p NULL when initializing a structure, and do not modify it except via Mbed TLS library functions.
private_next_merged: c_uchar
Trait Implementations§
source§impl Clone for mbedtls_asn1_named_data
impl Clone for mbedtls_asn1_named_data
source§fn clone(&self) -> mbedtls_asn1_named_data
fn clone(&self) -> mbedtls_asn1_named_data
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_asn1_named_data
impl Debug for mbedtls_asn1_named_data
source§impl Default for mbedtls_asn1_named_data
impl Default for mbedtls_asn1_named_data
impl Copy for mbedtls_asn1_named_data
Auto Trait Implementations§
impl Freeze for mbedtls_asn1_named_data
impl RefUnwindSafe for mbedtls_asn1_named_data
impl !Send for mbedtls_asn1_named_data
impl !Sync for mbedtls_asn1_named_data
impl Unpin for mbedtls_asn1_named_data
impl UnwindSafe for mbedtls_asn1_named_data
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,
§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
)§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
)