#[repr(C)]
pub struct MI_MethodDecl {
Show 13 fields pub flags: u32, pub code: u32, pub name: *mut u16, pub qualifiers: *mut *mut MI_Qualifier, pub numQualifiers: u32, pub parameters: *mut *mut MI_ParameterDecl, pub numParameters: u32, pub size: u32, pub returnType: u32, pub origin: *mut u16, pub propagator: *mut u16, pub schema: *mut MI_SchemaDecl, pub function: MI_MethodDecl_Invoke,
}
Expand description

Required features: ‘Win32_System_Wmi’

Fields

flags: u32code: u32name: *mut u16qualifiers: *mut *mut MI_QualifiernumQualifiers: u32parameters: *mut *mut MI_ParameterDeclnumParameters: u32size: u32returnType: u32origin: *mut u16propagator: *mut u16schema: *mut MI_SchemaDeclfunction: MI_MethodDecl_Invoke

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.