Struct mbedtls_sys::mbedtls_asn1_bitstring [] [src]

#[repr(C)]
pub struct mbedtls_asn1_bitstring { pub len: size_t, pub unused_bits: c_uchar, pub p: *mut c_uchar, }

Fields

Trait Implementations

impl Copy for mbedtls_asn1_bitstring
[src]

impl Clone for mbedtls_asn1_bitstring
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mbedtls_asn1_bitstring
[src]

Formats the value using the given formatter.

impl Default for mbedtls_asn1_bitstring
[src]

Returns the "default value" for a type. Read more