#[repr(C)]
pub struct xa_switch_t {
Show 13 fields pub name: [CHAR; 32], pub flags: i32, pub version: i32, pub xa_open_entry: isize, pub xa_close_entry: isize, pub xa_start_entry: isize, pub xa_end_entry: isize, pub xa_rollback_entry: isize, pub xa_prepare_entry: isize, pub xa_commit_entry: isize, pub xa_recover_entry: isize, pub xa_forget_entry: isize, pub xa_complete_entry: isize,
}
Expand description

Required features: "Win32_System_DistributedTransactionCoordinator", "Win32_Foundation"

Fields

name: [CHAR; 32]flags: i32version: i32xa_open_entry: isizexa_close_entry: isizexa_start_entry: isizexa_end_entry: isizexa_rollback_entry: isizexa_prepare_entry: isizexa_commit_entry: isizexa_recover_entry: isizexa_forget_entry: isizexa_complete_entry: isize

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.