Struct winapi::um::winnt::MESSAGE_RESOURCE_ENTRY [−][src]
#[repr(C)]pub struct MESSAGE_RESOURCE_ENTRY {
pub Length: WORD,
pub Flags: WORD,
pub Text: [BYTE; 1],
}
Fields
Length: WORD
Flags: WORD
Text: [BYTE; 1]
Trait Implementations
Returns the “default value” for a type. Read more