Struct windows_sys::Win32::Security::Cryptography::CRYPTOAPI_BLOB
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbData: u32
pbData: *mut u8
Trait Implementations
impl Clone for CRYPTOAPI_BLOB
impl Clone for CRYPTOAPI_BLOB
impl Copy for CRYPTOAPI_BLOB
Auto Trait Implementations
impl RefUnwindSafe for CRYPTOAPI_BLOB
impl !Send for CRYPTOAPI_BLOB
impl !Sync for CRYPTOAPI_BLOB
impl Unpin for CRYPTOAPI_BLOB
impl UnwindSafe for CRYPTOAPI_BLOB
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