#[repr(C)]pub struct TRANSACTION_LIST_INFORMATION {
pub NumberOfTransactions: u32,
pub TransactionInformation: [TRANSACTION_LIST_ENTRY; 1],
}Fields§
§NumberOfTransactions: u32§TransactionInformation: [TRANSACTION_LIST_ENTRY; 1]Trait Implementations§
§impl Clone for TRANSACTION_LIST_INFORMATION
impl Clone for TRANSACTION_LIST_INFORMATION
impl Copy for TRANSACTION_LIST_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for TRANSACTION_LIST_INFORMATION
impl Send for TRANSACTION_LIST_INFORMATION
impl Sync for TRANSACTION_LIST_INFORMATION
impl Unpin for TRANSACTION_LIST_INFORMATION
impl UnwindSafe for TRANSACTION_LIST_INFORMATION
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