Struct openssl::asn1::Asn1BitStringRef []

pub struct Asn1BitStringRef(_);

Reference to Asn1BitString

Methods

impl Asn1BitStringRef
[src]

[src]

Returns the Asn1BitString as a slice

[src]

Length of Asn1BitString in number of bytes.

Trait Implementations

impl ForeignTypeRef for Asn1BitStringRef

The raw C type.

[src]

Constructs a shared instance of this type from its raw type.

[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Send for Asn1BitStringRef
[src]

impl Sync for Asn1BitStringRef
[src]