Struct winapi::shared::ktmtypes::TRANSACTION_NOTIFICATION
source · #[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 more