Struct winapi::wincrypt::CRYPT_BIT_BLOB
[−]
[src]
pub struct CRYPT_BIT_BLOB { pub cbData: DWORD, pub pbData: *mut BYTE, pub cUnusedBits: DWORD, }
Fields
cbData | |
pbData | |
cUnusedBits |
Trait Implementations
impl Copy for CRYPT_BIT_BLOB
[src]
impl Clone for CRYPT_BIT_BLOB
[src]
fn clone(&self) -> CRYPT_BIT_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