Struct mbedtls_sys::asn1_sequence
[−]
[src]
#[repr(C)]pub struct asn1_sequence { pub buf: asn1_buf, pub next: *mut asn1_sequence, }
Fields
buf: asn1_buf
next: *mut asn1_sequence
Trait Implementations
impl Copy for asn1_sequence[src]
impl Clone for asn1_sequence[src]
fn clone(&self) -> asn1_sequence
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more