Struct windows_sys::Win32::Storage::FileSystem::KCRM_TRANSACTION_BLOB
[−]#[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: GUID
TmIdentity: GUID
IsolationLevel: u32
IsolationFlags: u32
Timeout: u32
Description: [u16; 64]
Trait Implementations
impl Clone for KCRM_TRANSACTION_BLOB
impl Clone for KCRM_TRANSACTION_BLOB
impl Copy for KCRM_TRANSACTION_BLOB
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more