Struct openssl::asn1::Asn1BitStringRef []

pub struct Asn1BitStringRef(_);

Reference to Asn1BitString

Methods

impl Asn1BitStringRef
[src]

Important traits for &'a mut [u8]
[src]

Returns the Asn1BitString as a slice

[src]

Length of Asn1BitString in number of bytes.

Trait Implementations

impl Borrow<Asn1BitStringRef> for Asn1BitString

Immutably borrows from an owned value. Read more

impl AsRef<Asn1BitStringRef> for Asn1BitString

Performs the conversion.

impl ForeignTypeRef for Asn1BitStringRef

The raw C type.

Important traits for &'a mut W
[src]

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

Important traits for &'a mut W
[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]