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