#[repr(C)]
pub struct MI_ClientFT_V1 { pub applicationFT: *mut MI_ApplicationFT, pub sessionFT: *mut MI_SessionFT, pub operationFT: *mut MI_OperationFT, pub hostedProviderFT: *mut MI_HostedProviderFT, pub serializerFT: *mut MI_SerializerFT, pub deserializerFT: *mut MI_DeserializerFT, pub subscribeDeliveryOptionsFT: *mut MI_SubscriptionDeliveryOptionsFT, pub destinationOptionsFT: *mut MI_DestinationOptionsFT, pub operationOptionsFT: *mut MI_OperationOptionsFT, pub utilitiesFT: *mut MI_UtilitiesFT, }
Expand description

Required features: ‘Win32_System_Wmi’

Fields

applicationFT: *mut MI_ApplicationFTsessionFT: *mut MI_SessionFToperationFT: *mut MI_OperationFThostedProviderFT: *mut MI_HostedProviderFTserializerFT: *mut MI_SerializerFTdeserializerFT: *mut MI_DeserializerFTsubscribeDeliveryOptionsFT: *mut MI_SubscriptionDeliveryOptionsFTdestinationOptionsFT: *mut MI_DestinationOptionsFToperationOptionsFT: *mut MI_OperationOptionsFTutilitiesFT: *mut MI_UtilitiesFT

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.