Struct winapi::shared::wtypesbase::FLAGGED_BYTE_BLOB [−][src]
#[repr(C)]pub struct FLAGGED_BYTE_BLOB {
pub fFlags: ULONG,
pub clSize: ULONG,
pub abData: [byte; 1],
}Fields
fFlags: ULONGclSize: ULONGabData: [byte; 1]Trait Implementations
Returns the “default value” for a type. Read more