Struct openssl::x509::AccessDescription [−][src]
pub struct AccessDescription(_);
Expand description
AccessDescription
of certificate authority information.
Methods from Deref<Target = AccessDescriptionRef>
Returns the access method OID.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = AccessDescriptionRef
type Target = AccessDescriptionRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = ACCESS_DESCRIPTION
type CType = ACCESS_DESCRIPTION
The raw C type.
type Ref = AccessDescriptionRef
type Ref = AccessDescriptionRef
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.
The C stack type for this element. Read more