Struct windows_sys::Win32::Storage::FileSystem::TRANSACTION_NOTIFICATION
[−]#[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_void
TransactionNotification: u32
TmVirtualClock: i64
ArgumentLength: u32
Trait Implementations
impl Clone for TRANSACTION_NOTIFICATION
impl Clone for TRANSACTION_NOTIFICATION
impl Copy for TRANSACTION_NOTIFICATION
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more