Struct win_sys::SystemServices::TRANSACTION_LIST_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTION_LIST_INFORMATION {
pub NumberOfTransactions: u32,
pub TransactionInformation: [TRANSACTION_LIST_ENTRY; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
NumberOfTransactions: u32TransactionInformation: [TRANSACTION_LIST_ENTRY; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more