Struct openssl::asn1::Asn1BitStringRef
source · [−]pub struct Asn1BitStringRef(_);
Expand description
Reference to Asn1BitString
Implementations
Trait Implementations
sourceimpl AsRef<Asn1BitStringRef> for Asn1BitString
impl AsRef<Asn1BitStringRef> for Asn1BitString
sourcefn as_ref(&self) -> &Asn1BitStringRef
fn as_ref(&self) -> &Asn1BitStringRef
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Borrow<Asn1BitStringRef> for Asn1BitString
impl Borrow<Asn1BitStringRef> for Asn1BitString
sourcefn borrow(&self) -> &Asn1BitStringRef
fn borrow(&self) -> &Asn1BitStringRef
Immutably borrows from an owned value. Read more
sourceimpl ForeignTypeRef for Asn1BitStringRef
impl ForeignTypeRef for Asn1BitStringRef
type CType = ASN1_BIT_STRING
type CType = ASN1_BIT_STRING
The raw C type.
sourceunsafe 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.
sourceunsafe 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.
impl Send for Asn1BitStringRef
impl Sync for Asn1BitStringRef
Auto Trait Implementations
impl !RefUnwindSafe for Asn1BitStringRef
impl Unpin for Asn1BitStringRef
impl UnwindSafe for Asn1BitStringRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more