Struct openssl::x509::GeneralNameRef []

pub struct GeneralNameRef(_);

Methods

impl GeneralNameRef
[src]

[src]

Returns the contents of this GeneralName if it is a dNSName.

[src]

Returns the contents of this GeneralName if it is an iPAddress.

Trait Implementations

impl ForeignTypeRef for GeneralNameRef

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.