Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MrmResourceIndexerMessage [−][src]
#[repr(C)]pub struct MrmResourceIndexerMessage {
pub severity: MrmResourceIndexerMessageSeverity,
pub id: u32,
pub text: PWSTR,
}Fields
severity: MrmResourceIndexerMessageSeverityid: u32text: PWSTRTrait Implementations
type Abi = MrmResourceIndexerMessage
type Abi = MrmResourceIndexerMessage
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 MrmResourceIndexerMessage
impl !Send for MrmResourceIndexerMessage
impl !Sync for MrmResourceIndexerMessage
impl Unpin for MrmResourceIndexerMessage
impl UnwindSafe for MrmResourceIndexerMessage
Blanket Implementations
Mutably borrows from an owned value. Read more