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

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