#[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: i32
version: i32
xa_open_entry: isize
xa_close_entry: isize
xa_start_entry: isize
xa_end_entry: isize
xa_rollback_entry: isize
xa_prepare_entry: isize
xa_commit_entry: isize
xa_recover_entry: isize
xa_forget_entry: isize
xa_complete_entry: isize
Trait Implementations
impl Clone for xa_switch_t
impl Clone for xa_switch_t
impl Copy for xa_switch_t
Auto Trait Implementations
impl RefUnwindSafe for xa_switch_t
impl Send for xa_switch_t
impl Sync for xa_switch_t
impl Unpin for xa_switch_t
impl UnwindSafe for xa_switch_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more