Struct windows_sys::Win32::Security::Cryptography::CRYPT_ATTRIBUTE
[−]#[repr(C)]pub struct CRYPT_ATTRIBUTE {
pub pszObjId: PSTR,
pub cValue: u32,
pub rgValue: *mut CRYPTOAPI_BLOB,
}
Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
pszObjId: PSTR
cValue: u32
rgValue: *mut CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_ATTRIBUTE
impl Clone for CRYPT_ATTRIBUTE
impl Copy for CRYPT_ATTRIBUTE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_ATTRIBUTE
impl !Send for CRYPT_ATTRIBUTE
impl !Sync for CRYPT_ATTRIBUTE
impl Unpin for CRYPT_ATTRIBUTE
impl UnwindSafe for CRYPT_ATTRIBUTE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more