Struct winapi::um::winnt::MESSAGE_RESOURCE_BLOCK
source · #[repr(C)]pub struct MESSAGE_RESOURCE_BLOCK {
pub LowId: DWORD,
pub HighId: DWORD,
pub OffsetToEntries: DWORD,
}
Fields§
§LowId: DWORD
§HighId: DWORD
§OffsetToEntries: DWORD
Trait Implementations§
source§impl Clone for MESSAGE_RESOURCE_BLOCK
impl Clone for MESSAGE_RESOURCE_BLOCK
source§fn clone(&self) -> MESSAGE_RESOURCE_BLOCK
fn clone(&self) -> MESSAGE_RESOURCE_BLOCK
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MESSAGE_RESOURCE_BLOCK
impl Default for MESSAGE_RESOURCE_BLOCK
source§fn default() -> MESSAGE_RESOURCE_BLOCK
fn default() -> MESSAGE_RESOURCE_BLOCK
Returns the “default value” for a type. Read more