Struct openssl::asn1::Asn1TimeRef [−]
pub struct Asn1TimeRef(_);
Reference to an Asn1Time
Trait Implementations
impl Borrow<Asn1TimeRef> for Asn1Time
impl Borrow<Asn1TimeRef> for Asn1Timefn borrow(&self) -> &Asn1TimeRef
fn borrow(&self) -> &Asn1TimeRefImmutably borrows from an owned value. Read more
impl AsRef<Asn1TimeRef> for Asn1Time
impl AsRef<Asn1TimeRef> for Asn1Timefn as_ref(&self) -> &Asn1TimeRef
fn as_ref(&self) -> &Asn1TimeRefPerforms the conversion.
impl ForeignTypeRef for Asn1TimeRef
impl ForeignTypeRef for Asn1TimeReftype CType = ASN1_TIME
The raw C type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a SelfConstructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut SelfConstructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType[src]
fn as_ptr(&self) -> *mut Self::CTypeReturns a raw pointer to the wrapped value.
impl Send for Asn1TimeRef[src]
impl Send for Asn1TimeRefimpl Sync for Asn1TimeRef[src]
impl Sync for Asn1TimeRefimpl Display for Asn1TimeRef[src]
impl Display for Asn1TimeRef