pub struct AccessDescriptionRef(/* private fields */);Expand description
Reference to AccessDescription.
Implementations§
Source§impl AccessDescriptionRef
impl AccessDescriptionRef
Sourcepub fn method(&self) -> &Asn1ObjectRef
pub fn method(&self) -> &Asn1ObjectRef
Returns the access method OID.
pub fn location(&self) -> &GeneralNameRef
Trait Implementations§
Source§impl AsRef<AccessDescriptionRef> for AccessDescription
impl AsRef<AccessDescriptionRef> for AccessDescription
Source§fn as_ref(&self) -> &AccessDescriptionRef
fn as_ref(&self) -> &AccessDescriptionRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<AccessDescriptionRef> for AccessDescription
impl Borrow<AccessDescriptionRef> for AccessDescription
Source§fn borrow(&self) -> &AccessDescriptionRef
fn borrow(&self) -> &AccessDescriptionRef
Immutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for AccessDescriptionRef
impl ForeignTypeRef for AccessDescriptionRef
Source§type CType = ACCESS_DESCRIPTION
type CType = ACCESS_DESCRIPTION
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
Source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.