#[repr(C)]pub struct PKCS7_DIGEST {
pub version: *mut ASN1_INTEGER,
pub md: *mut X509_ALGOR,
pub contents: *mut PKCS7,
pub digest: *mut ASN1_OCTET_STRING,
}
Fields§
§version: *mut ASN1_INTEGER
§md: *mut X509_ALGOR
§contents: *mut PKCS7
§digest: *mut ASN1_OCTET_STRING
Auto Trait Implementations§
impl Freeze for PKCS7_DIGEST
impl RefUnwindSafe for PKCS7_DIGEST
impl !Send for PKCS7_DIGEST
impl !Sync for PKCS7_DIGEST
impl Unpin for PKCS7_DIGEST
impl UnwindSafe for PKCS7_DIGEST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes