Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MESSAGE_RESOURCE_DATA [−][src]
#[repr(C)]pub struct MESSAGE_RESOURCE_DATA {
pub NumberOfBlocks: u32,
pub Blocks: [MESSAGE_RESOURCE_BLOCK; 1],
}Fields
NumberOfBlocks: u32Blocks: [MESSAGE_RESOURCE_BLOCK; 1]Trait Implementations
type Abi = MESSAGE_RESOURCE_DATA
type Abi = MESSAGE_RESOURCE_DATA
The abi representation of the implementing type. Read more
type DefaultType = MESSAGE_RESOURCE_DATA
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_DATA
impl Send for MESSAGE_RESOURCE_DATA
impl Sync for MESSAGE_RESOURCE_DATA
impl Unpin for MESSAGE_RESOURCE_DATA
impl UnwindSafe for MESSAGE_RESOURCE_DATA
Blanket Implementations
Mutably borrows from an owned value. Read more