#[repr(C)]pub struct CRYPT_SMIME_CAPABILITY {
pub pszObjId: PSTR,
pub Parameters: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszObjId: PSTR
Parameters: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_SMIME_CAPABILITY
impl Clone for CRYPT_SMIME_CAPABILITY
impl Copy for CRYPT_SMIME_CAPABILITY
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_SMIME_CAPABILITY
impl !Send for CRYPT_SMIME_CAPABILITY
impl !Sync for CRYPT_SMIME_CAPABILITY
impl Unpin for CRYPT_SMIME_CAPABILITY
impl UnwindSafe for CRYPT_SMIME_CAPABILITY
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