Struct openssl::ecdsa::EcdsaSigRef [−]
pub struct EcdsaSigRef(_);
Reference to EcdsaSig
Trait Implementations
impl Borrow<EcdsaSigRef> for EcdsaSig
impl Borrow<EcdsaSigRef> for EcdsaSigfn borrow(&self) -> &EcdsaSigRef
fn borrow(&self) -> &EcdsaSigRefImmutably borrows from an owned value. Read more
impl AsRef<EcdsaSigRef> for EcdsaSig
impl AsRef<EcdsaSigRef> for EcdsaSigfn as_ref(&self) -> &EcdsaSigRef
fn as_ref(&self) -> &EcdsaSigRefPerforms the conversion.
impl ForeignTypeRef for EcdsaSigRef
impl ForeignTypeRef for EcdsaSigReftype CType = ECDSA_SIG
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 EcdsaSigRef[src]
impl Send for EcdsaSigRefimpl Sync for EcdsaSigRef[src]
impl Sync for EcdsaSigRef