Struct openssl::x509::X509Object [−][src]
pub struct X509Object(_);
Expand description
An X509
or an X509 certificate revocation list.
Methods from Deref<Target = X509ObjectRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = X509ObjectRef
type Target = X509ObjectRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = X509_OBJECT
type CType = X509_OBJECT
The raw C type.
type Ref = X509ObjectRef
type Ref = X509ObjectRef
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.
type StackType = stack_st_X509_OBJECT
type StackType = stack_st_X509_OBJECT
The C stack type for this element. Read more