#[repr(C)]pub struct dpiXid {
pub formatId: c_long,
pub globalTransactionId: *const c_char,
pub globalTransactionIdLength: u32,
pub branchQualifier: *const c_char,
pub branchQualifierLength: u32,
}Fields§
§formatId: c_long§globalTransactionId: *const c_char§globalTransactionIdLength: u32§branchQualifier: *const c_char§branchQualifierLength: u32Trait Implementations§
impl Copy for dpiXid
Auto Trait Implementations§
impl Freeze for dpiXid
impl RefUnwindSafe for dpiXid
impl !Send for dpiXid
impl !Sync for dpiXid
impl Unpin for dpiXid
impl UnwindSafe for dpiXid
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