Struct winapi::wincrypt::CRYPTOAPI_BLOB [] [src]

pub struct CRYPTOAPI_BLOB {
    pub cbData: DWORD,
    pub pbData: *mut BYTE,
}

Fields

cbData: DWORD pbData: *mut BYTE

Trait Implementations

impl Debug for CRYPTOAPI_BLOB
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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