Struct mentat_ffi::TxChangeList
[−]
[src]
#[repr(C)]pub struct TxChangeList { pub reports: *const TransactionChange, pub len: c_ulonglong, }
A C representation of the list of changes provided by the transaction observers. Provides the list of changes as the length of the list.
Fields
reports: *const TransactionChange
len: c_ulonglong
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