Struct windows_sys::Win32::Security::Cryptography::CRYPT_X942_OTHER_INFO
[−]#[repr(C)]pub struct CRYPT_X942_OTHER_INFO {
pub pszContentEncryptionObjId: PSTR,
pub rgbCounter: [u8; 4],
pub rgbKeyLength: [u8; 4],
pub PubInfo: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszContentEncryptionObjId: PSTR
rgbCounter: [u8; 4]
rgbKeyLength: [u8; 4]
PubInfo: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_X942_OTHER_INFO
impl Clone for CRYPT_X942_OTHER_INFO
impl Copy for CRYPT_X942_OTHER_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_X942_OTHER_INFO
impl !Send for CRYPT_X942_OTHER_INFO
impl !Sync for CRYPT_X942_OTHER_INFO
impl Unpin for CRYPT_X942_OTHER_INFO
impl UnwindSafe for CRYPT_X942_OTHER_INFO
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