Struct winapi::wincrypt::CRYPT_BIT_BLOB [] [src]

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

Fields

cbData: DWORD pbData: *mut BYTE cUnusedBits: DWORD

Trait Implementations

impl Debug for CRYPT_BIT_BLOB
[src]

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

Formats the value using the given formatter.

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