Skip to main content

mbedtls_x509_bitstring

Type Alias mbedtls_x509_bitstring 

Source
pub type mbedtls_x509_bitstring = mbedtls_asn1_bitstring;
Expand description

Container for ASN1 bit strings.

Aliased Type§

#[repr(C)]
pub struct mbedtls_x509_bitstring { pub len: usize, pub unused_bits: u8, pub p: *mut u8, }

Fields§

§len: usize

< ASN1 length, in octets.

§unused_bits: u8

< Number of unused bits at the end of the string

§p: *mut u8

< Raw ASN1 data for the bit string