Struct winapi::wincrypt::CRYPTOAPI_BLOB
[−]
[src]
pub struct CRYPTOAPI_BLOB { pub cbData: DWORD, pub pbData: *mut BYTE, }
Fields
cbData | |
pbData |
Trait Implementations
impl Copy for CRYPTOAPI_BLOB
[src]
impl Clone for CRYPTOAPI_BLOB
[src]
fn clone(&self) -> CRYPTOAPI_BLOB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more