Struct windows::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,
}
Fields§
§TransactionKey: *mut c_void
§TransactionNotification: u32
§TmVirtualClock: i64
§ArgumentLength: u32
Trait Implementations§
§impl Clone for TRANSACTION_NOTIFICATION
impl Clone for TRANSACTION_NOTIFICATION
§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§impl Debug for TRANSACTION_NOTIFICATION
impl Debug for TRANSACTION_NOTIFICATION
§impl Default for TRANSACTION_NOTIFICATION
impl Default for TRANSACTION_NOTIFICATION
§impl PartialEq for TRANSACTION_NOTIFICATION
impl PartialEq for TRANSACTION_NOTIFICATION
§fn eq(&self, other: &TRANSACTION_NOTIFICATION) -> bool
fn eq(&self, other: &TRANSACTION_NOTIFICATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TRANSACTION_NOTIFICATION
impl Eq for TRANSACTION_NOTIFICATION
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)