Struct win_sys::SystemServices::TRANSACTION_PROPERTIES_INFORMATION [−][src]
#[repr(C)]pub struct TRANSACTION_PROPERTIES_INFORMATION {
pub IsolationLevel: u32,
pub IsolationFlags: u32,
pub Timeout: i64,
pub Outcome: u32,
pub DescriptionLength: u32,
pub Description: [u16; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
IsolationLevel: u32IsolationFlags: u32Timeout: i64Outcome: u32DescriptionLength: u32Description: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for TRANSACTION_PROPERTIES_INFORMATION
impl Sync for TRANSACTION_PROPERTIES_INFORMATION
impl Unpin for TRANSACTION_PROPERTIES_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more