#[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: 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more