Struct openssl::asn1::Asn1Integer
[−]
pub struct Asn1Integer(_);
Methods from Deref<Target=Asn1IntegerRef>
Trait Implementations
impl ForeignType for Asn1Integer
type CType = ASN1_INTEGER
The raw C type.
type Ref = Asn1IntegerRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut ASN1_INTEGER) -> Asn1Integer
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut ASN1_INTEGER
Returns a raw pointer to the wrapped value.
impl Drop for Asn1Integer
impl Deref for Asn1Integer
type Target = Asn1IntegerRef
The resulting type after dereferencing
fn deref(&self) -> &Asn1IntegerRef
The method called to dereference a value
impl DerefMut for Asn1Integer
fn deref_mut(&mut self) -> &mut Asn1IntegerRef
The method called to mutably dereference a value