Struct esp_idf_sys::mbedtls_asn1_sequence
source · #[repr(C)]pub struct mbedtls_asn1_sequence {
pub buf: mbedtls_asn1_buf,
pub next: *mut mbedtls_asn1_sequence,
}
Expand description
Container for a sequence of ASN.1 items
Fields§
§buf: mbedtls_asn1_buf
< Buffer containing the given ASN.1 item.
next: *mut mbedtls_asn1_sequence
The next entry in the sequence.
The details of memory management for 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.
Trait Implementations§
source§impl Clone for mbedtls_asn1_sequence
impl Clone for mbedtls_asn1_sequence
source§fn clone(&self) -> mbedtls_asn1_sequence
fn clone(&self) -> mbedtls_asn1_sequence
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_sequence
impl Debug for mbedtls_asn1_sequence
source§impl Default for mbedtls_asn1_sequence
impl Default for mbedtls_asn1_sequence
impl Copy for mbedtls_asn1_sequence
Auto Trait Implementations§
impl Freeze for mbedtls_asn1_sequence
impl RefUnwindSafe for mbedtls_asn1_sequence
impl !Send for mbedtls_asn1_sequence
impl !Sync for mbedtls_asn1_sequence
impl Unpin for mbedtls_asn1_sequence
impl UnwindSafe for mbedtls_asn1_sequence
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
)