Struct winapi::um::winnt::TRANSACTION_ENLISTMENT_PAIR
source · #[repr(C)]pub struct TRANSACTION_ENLISTMENT_PAIR {
pub EnlistmentId: GUID,
pub ResourceManagerId: GUID,
}
Fields§
§EnlistmentId: GUID
§ResourceManagerId: GUID
Trait Implementations§
source§impl Clone for TRANSACTION_ENLISTMENT_PAIR
impl Clone for TRANSACTION_ENLISTMENT_PAIR
source§fn clone(&self) -> TRANSACTION_ENLISTMENT_PAIR
fn clone(&self) -> TRANSACTION_ENLISTMENT_PAIR
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_ENLISTMENT_PAIR
impl Default for TRANSACTION_ENLISTMENT_PAIR
source§fn default() -> TRANSACTION_ENLISTMENT_PAIR
fn default() -> TRANSACTION_ENLISTMENT_PAIR
Returns the “default value” for a type. Read more