#[repr(C)]pub struct xid_t {
pub formatID: i32,
pub gtrid_length: i32,
pub bqual_length: i32,
pub data: [CHAR; 128],
}
Expand description
Required features: ‘Win32_System_DistributedTransactionCoordinator’, ‘Win32_Foundation’
Fields
formatID: i32
gtrid_length: i32
bqual_length: i32
data: [CHAR; 128]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for xid_t
impl Send for xid_t
impl Sync for xid_t
impl Unpin for xid_t
impl UnwindSafe for xid_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more