pub struct TxPrinter { /* private fields */ }Expand description
Opaque wrapper around an XmlPrinter for FFI use.
Caches the result string so that the const char* pointer returned by
tx_printer_result remains valid.
Implementations§
Auto Trait Implementations§
impl Freeze for TxPrinter
impl RefUnwindSafe for TxPrinter
impl Send for TxPrinter
impl Sync for TxPrinter
impl Unpin for TxPrinter
impl UnsafeUnpin for TxPrinter
impl UnwindSafe for TxPrinter
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