Struct windows::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],
}
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
§fn clone(&self) -> KCRM_TRANSACTION_BLOB
fn clone(&self) -> KCRM_TRANSACTION_BLOB
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for KCRM_TRANSACTION_BLOB
impl Debug for KCRM_TRANSACTION_BLOB
§impl Default for KCRM_TRANSACTION_BLOB
impl Default for KCRM_TRANSACTION_BLOB
§impl PartialEq for KCRM_TRANSACTION_BLOB
impl PartialEq for KCRM_TRANSACTION_BLOB
§fn eq(&self, other: &KCRM_TRANSACTION_BLOB) -> bool
fn eq(&self, other: &KCRM_TRANSACTION_BLOB) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KCRM_TRANSACTION_BLOB
impl Eq for KCRM_TRANSACTION_BLOB
impl StructuralPartialEq for KCRM_TRANSACTION_BLOB
Auto Trait Implementations§
impl Freeze for KCRM_TRANSACTION_BLOB
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)