Struct windows_sys::Win32::Security::Cryptography::CRYPT_ATTRIBUTE
#[repr(C)]pub struct CRYPT_ATTRIBUTE {
pub pszObjId: PSTR,
pub cValue: u32,
pub rgValue: *mut CRYPT_INTEGER_BLOB,
}
Fields§
§pszObjId: PSTR
§cValue: u32
§rgValue: *mut CRYPT_INTEGER_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§
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