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