Struct openssl::asn1::Asn1BitStringRef [−][src]
pub struct Asn1BitStringRef(_);
Expand description
Reference to Asn1BitString
Implementations
Returns the Asn1BitString as a slice.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = ASN1_BIT_STRING
type CType = ASN1_BIT_STRING
The raw C type.
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.