Struct openssl::asn1::Asn1BitString [−][src]
pub struct Asn1BitString(_);
Expand description
Sequence of bytes
Asn1BitString is used in x509
certificates for the signature.
The bit string acts as a collection of bytes.
Methods from Deref<Target = Asn1BitStringRef>
Returns the Asn1BitString as a slice.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = Asn1BitStringRef
type Target = Asn1BitStringRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = ASN1_BIT_STRING
type CType = ASN1_BIT_STRING
The raw C type.
type Ref = Asn1BitStringRef
type Ref = Asn1BitStringRef
The type representing a reference to this type.
Constructs an instance of this type from its raw type.
Returns a raw pointer to the wrapped value.