Struct win_sys::FileSystem::TRANSACTION_NOTIFICATION [−][src]
#[repr(C)]pub struct TRANSACTION_NOTIFICATION {
pub TransactionKey: *mut c_void,
pub TransactionNotification: u32,
pub TmVirtualClock: i64,
pub ArgumentLength: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
TransactionKey: *mut c_voidTransactionNotification: u32TmVirtualClock: i64ArgumentLength: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more