Struct win_sys::SystemServices::TRANSACTION_ENLISTMENTS_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTION_ENLISTMENTS_INFORMATION {
pub NumberOfEnlistments: u32,
pub EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
NumberOfEnlistments: u32EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for TRANSACTION_ENLISTMENTS_INFORMATION
impl Sync for TRANSACTION_ENLISTMENTS_INFORMATION
impl Unpin for TRANSACTION_ENLISTMENTS_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more