Struct winapi::um::winnt::TRANSACTION_ENLISTMENTS_INFORMATION
source · #[repr(C)]pub struct TRANSACTION_ENLISTMENTS_INFORMATION {
pub NumberOfEnlistments: DWORD,
pub EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1],
}
Fields§
§NumberOfEnlistments: DWORD
§EnlistmentPair: [TRANSACTION_ENLISTMENT_PAIR; 1]
Trait Implementations§
source§impl Clone for TRANSACTION_ENLISTMENTS_INFORMATION
impl Clone for TRANSACTION_ENLISTMENTS_INFORMATION
source§fn clone(&self) -> TRANSACTION_ENLISTMENTS_INFORMATION
fn clone(&self) -> TRANSACTION_ENLISTMENTS_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for TRANSACTION_ENLISTMENTS_INFORMATION
impl Default for TRANSACTION_ENLISTMENTS_INFORMATION
source§fn default() -> TRANSACTION_ENLISTMENTS_INFORMATION
fn default() -> TRANSACTION_ENLISTMENTS_INFORMATION
Returns the “default value” for a type. Read more