#[repr(C)]pub struct TRANSACTION_NOTIFICATION {
    pub TransactionKey: PVOID,
    pub TransactionNotification: ULONG,
    pub TmVirtualClock: LARGE_INTEGER,
    pub ArgumentLength: ULONG,
}Fields§
§TransactionKey: PVOID§TransactionNotification: ULONG§TmVirtualClock: LARGE_INTEGER§ArgumentLength: ULONGTrait Implementations§
Source§impl Clone for TRANSACTION_NOTIFICATION
 
impl Clone for TRANSACTION_NOTIFICATION
Source§fn clone(&self) -> TRANSACTION_NOTIFICATION
 
fn clone(&self) -> TRANSACTION_NOTIFICATION
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 moreimpl Copy for TRANSACTION_NOTIFICATION
Auto Trait Implementations§
impl Freeze for TRANSACTION_NOTIFICATION
impl RefUnwindSafe for TRANSACTION_NOTIFICATION
impl !Send for TRANSACTION_NOTIFICATION
impl !Sync for TRANSACTION_NOTIFICATION
impl Unpin for TRANSACTION_NOTIFICATION
impl UnwindSafe for TRANSACTION_NOTIFICATION
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