Struct XACTSTAT
#[repr(transparent)]pub struct XACTSTAT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for XACTSTAT
impl Eq for XACTSTAT
impl StructuralPartialEq for XACTSTAT
Auto Trait Implementations§
impl Freeze for XACTSTAT
impl RefUnwindSafe for XACTSTAT
impl Send for XACTSTAT
impl Sync for XACTSTAT
impl Unpin for XACTSTAT
impl UnwindSafe for XACTSTAT
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