Struct winapi::wtypesbase::BLOB [] [src]

pub struct BLOB {
    pub cbSize: ULONG,
    pub pBlobData: *mut BYTE,
}

Fields

cbSize: ULONG pBlobData: *mut BYTE

Trait Implementations

impl Debug for BLOB
[src]

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

Formats the value using the given formatter.

impl Copy for BLOB
[src]

impl Clone for BLOB
[src]

fn clone(&self) -> 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