Struct win_sys::SystemServices::ENLISTMENT_BASIC_INFORMATION [−][src]
#[repr(C)]pub struct ENLISTMENT_BASIC_INFORMATION {
pub EnlistmentId: GUID,
pub TransactionId: GUID,
pub ResourceManagerId: GUID,
}Expand description
Required features: Win32_System_SystemServices
Fields
EnlistmentId: GUIDTransactionId: GUIDResourceManagerId: GUIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for ENLISTMENT_BASIC_INFORMATION
impl Sync for ENLISTMENT_BASIC_INFORMATION
impl Unpin for ENLISTMENT_BASIC_INFORMATION
impl UnwindSafe for ENLISTMENT_BASIC_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more