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