Struct openssl::asn1::Asn1ObjectRef []

pub struct Asn1ObjectRef(_);

Reference to Asn1Object

Methods

impl Asn1ObjectRef
[src]

[src]

Returns the NID associated with this OID.

Trait Implementations

impl ForeignTypeRef for Asn1ObjectRef

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 Asn1ObjectRef
[src]

impl Sync for Asn1ObjectRef
[src]

impl Display for Asn1ObjectRef
[src]

[src]

Formats the value using the given formatter. Read more