Struct winapi::um::winnt::MESSAGE_RESOURCE_DATA [−][src]
#[repr(C)]pub struct MESSAGE_RESOURCE_DATA {
pub NumberOfBlocks: DWORD,
pub Blocks: [MESSAGE_RESOURCE_BLOCK; 1],
}
Fields
NumberOfBlocks: DWORD
Blocks: [MESSAGE_RESOURCE_BLOCK; 1]
Trait Implementations
Returns the “default value” for a type. Read more