Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MESSAGE_RESOURCE_BLOCK [−][src]
#[repr(C)]pub struct MESSAGE_RESOURCE_BLOCK {
pub LowId: u32,
pub HighId: u32,
pub OffsetToEntries: u32,
}Fields
LowId: u32HighId: u32OffsetToEntries: u32Trait Implementations
type Abi = MESSAGE_RESOURCE_BLOCK
type Abi = MESSAGE_RESOURCE_BLOCK
The abi representation of the implementing type. Read more
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MESSAGE_RESOURCE_BLOCK
impl Send for MESSAGE_RESOURCE_BLOCK
impl Sync for MESSAGE_RESOURCE_BLOCK
impl Unpin for MESSAGE_RESOURCE_BLOCK
impl UnwindSafe for MESSAGE_RESOURCE_BLOCK
Blanket Implementations
Mutably borrows from an owned value. Read more