#[repr(C)]pub struct mbedtls_pkcs7_signed_data {
pub private_version: c_int,
pub private_digest_alg_identifiers: mbedtls_pkcs7_buf,
pub private_no_of_certs: c_int,
pub private_certs: mbedtls_x509_crt,
pub private_no_of_crls: c_int,
pub private_crl: mbedtls_x509_crl,
pub private_no_of_signers: c_int,
pub private_signers: mbedtls_pkcs7_signer_info,
}Expand description
Structure holding the signed data section
Fields§
§private_version: c_int§private_digest_alg_identifiers: mbedtls_pkcs7_buf§private_no_of_certs: c_int§private_certs: mbedtls_x509_crt§private_no_of_crls: c_int§private_crl: mbedtls_x509_crl§private_no_of_signers: c_int§private_signers: mbedtls_pkcs7_signer_infoTrait Implementations§
Source§impl Clone for mbedtls_pkcs7_signed_data
impl Clone for mbedtls_pkcs7_signed_data
Source§fn clone(&self) -> mbedtls_pkcs7_signed_data
fn clone(&self) -> mbedtls_pkcs7_signed_data
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mbedtls_pkcs7_signed_data
Source§impl Debug for mbedtls_pkcs7_signed_data
impl Debug for mbedtls_pkcs7_signed_data
Auto Trait Implementations§
impl !Send for mbedtls_pkcs7_signed_data
impl !Sync for mbedtls_pkcs7_signed_data
impl Freeze for mbedtls_pkcs7_signed_data
impl RefUnwindSafe for mbedtls_pkcs7_signed_data
impl Unpin for mbedtls_pkcs7_signed_data
impl UnsafeUnpin for mbedtls_pkcs7_signed_data
impl UnwindSafe for mbedtls_pkcs7_signed_data
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)