Struct openssl::cms::CmsContentInfo
[−]
pub struct CmsContentInfo(_);
Methods
impl CmsContentInfo
[src]
fn smime_read_cms(smime: &[u8]) -> Result<CmsContentInfo, ErrorStack>
[src]
Methods from Deref<Target = CmsContentInfoRef>
Trait Implementations
impl ForeignType for CmsContentInfo
type CType = CMS_ContentInfo
The raw C type.
type Ref = CmsContentInfoRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut CMS_ContentInfo) -> CmsContentInfo
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut CMS_ContentInfo
Returns a raw pointer to the wrapped value.
impl Drop for CmsContentInfo
impl Deref for CmsContentInfo
type Target = CmsContentInfoRef
The resulting type after dereferencing.
fn deref(&self) -> &CmsContentInfoRef
Dereferences the value.
impl DerefMut for CmsContentInfo
fn deref_mut(&mut self) -> &mut CmsContentInfoRef
Mutably dereferences the value.