Struct windows_sys::Win32::Security::Cryptography::CRYPT_BLOB_ARRAY
[−]#[repr(C)]pub struct CRYPT_BLOB_ARRAY {
pub cBlob: u32,
pub rgBlob: *mut CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cBlob: u32
rgBlob: *mut CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_BLOB_ARRAY
impl Clone for CRYPT_BLOB_ARRAY
impl Copy for CRYPT_BLOB_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_BLOB_ARRAY
impl !Send for CRYPT_BLOB_ARRAY
impl !Sync for CRYPT_BLOB_ARRAY
impl Unpin for CRYPT_BLOB_ARRAY
impl UnwindSafe for CRYPT_BLOB_ARRAY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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