Struct windows_sys::Win32::System::SystemServices::TRANSACTION_LIST_ENTRY
#[repr(C)]pub struct TRANSACTION_LIST_ENTRY {
pub UOW: GUID,
}Fields§
§UOW: GUIDTrait Implementations§
§impl Clone for TRANSACTION_LIST_ENTRY
impl Clone for TRANSACTION_LIST_ENTRY
impl Copy for TRANSACTION_LIST_ENTRY
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§
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