pub struct TxinvR { /* private fields */ }
Expand description
Value of the field TXINV
Implementations§
Auto Trait Implementations§
impl Freeze for TxinvR
impl RefUnwindSafe for TxinvR
impl Send for TxinvR
impl Sync for TxinvR
impl Unpin for TxinvR
impl UnwindSafe for TxinvR
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