Struct mentat_ffi::TxChangeList [] [src]

#[repr(C)]
pub struct TxChangeList { pub reports: Box<[TransactionChange]>, pub len: usize, }

A C representation of the list of changes provided by the transaction observers. Provides the list of changes as the length of the list.

#Safety

Callers are responsible for managing the memory for the return value. A destructor destroy is provided for releasing the memory for this pointer type.

Fields

Trait Implementations

impl Debug for TxChangeList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TxChangeList

impl Sync for TxChangeList