Struct win_sys::FileSystem::KCRM_TRANSACTION_BLOB [−][src]
#[repr(C)]pub struct KCRM_TRANSACTION_BLOB {
pub UOW: GUID,
pub TmIdentity: GUID,
pub IsolationLevel: u32,
pub IsolationFlags: u32,
pub Timeout: u32,
pub Description: [u16; 64],
}Expand description
Required features: Win32_Storage_FileSystem
Fields
UOW: GUIDTmIdentity: GUIDIsolationLevel: u32IsolationFlags: u32Timeout: u32Description: [u16; 64]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for KCRM_TRANSACTION_BLOB
impl Send for KCRM_TRANSACTION_BLOB
impl Sync for KCRM_TRANSACTION_BLOB
impl Unpin for KCRM_TRANSACTION_BLOB
impl UnwindSafe for KCRM_TRANSACTION_BLOB
Blanket Implementations
Mutably borrows from an owned value. Read more