#[repr(C)]pub struct xa_switch_t {Show 13 fields
pub name: [i8; 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,
}
Fields§
§name: [i8; 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
§fn clone(&self) -> xa_switch_t
fn clone(&self) -> xa_switch_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for xa_switch_t
Auto Trait Implementations§
impl Freeze for xa_switch_t
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)