#[repr(C)]
pub union CF_CALLBACK_PARAMETERS_0 {
    pub Cancel: CF_CALLBACK_PARAMETERS_0_0,
    pub FetchData: CF_CALLBACK_PARAMETERS_0_6,
    pub ValidateData: CF_CALLBACK_PARAMETERS_0_11,
    pub FetchPlaceholders: CF_CALLBACK_PARAMETERS_0_7,
    pub OpenCompletion: CF_CALLBACK_PARAMETERS_0_8,
    pub CloseCompletion: CF_CALLBACK_PARAMETERS_0_1,
    pub Dehydrate: CF_CALLBACK_PARAMETERS_0_3,
    pub DehydrateCompletion: CF_CALLBACK_PARAMETERS_0_2,
    pub Delete: CF_CALLBACK_PARAMETERS_0_5,
    pub DeleteCompletion: CF_CALLBACK_PARAMETERS_0_4,
    pub Rename: CF_CALLBACK_PARAMETERS_0_10,
    pub RenameCompletion: CF_CALLBACK_PARAMETERS_0_9,
}
Expand description

Required features: "Win32_Storage_CloudFilters"

Fields

Cancel: CF_CALLBACK_PARAMETERS_0_0FetchData: CF_CALLBACK_PARAMETERS_0_6ValidateData: CF_CALLBACK_PARAMETERS_0_11FetchPlaceholders: CF_CALLBACK_PARAMETERS_0_7OpenCompletion: CF_CALLBACK_PARAMETERS_0_8CloseCompletion: CF_CALLBACK_PARAMETERS_0_1Dehydrate: CF_CALLBACK_PARAMETERS_0_3DehydrateCompletion: CF_CALLBACK_PARAMETERS_0_2Delete: CF_CALLBACK_PARAMETERS_0_5DeleteCompletion: CF_CALLBACK_PARAMETERS_0_4Rename: CF_CALLBACK_PARAMETERS_0_10RenameCompletion: CF_CALLBACK_PARAMETERS_0_9

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.