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
reports: Box<[TransactionChange]>
len: usize
Trait Implementations
impl Debug for TxChangeList
[src]
impl Debug for TxChangeList
Auto Trait Implementations
impl Send for TxChangeList
impl Send for TxChangeList
impl Sync for TxChangeList
impl Sync for TxChangeList