Struct winapi::wtypesbase::BLOB
[−]
[src]
pub struct BLOB {
pub cbSize: ULONG,
pub pBlobData: *mut BYTE,
}Fields
cbSize | |
pBlobData |
Trait Implementations
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