#[repr(C)]pub struct TXFS_LIST_TRANSACTION_LOCKED_FILES {
pub KtmTransaction: GUID,
pub NumberOfFiles: u64,
pub BufferSizeRequired: u64,
pub Offset: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
KtmTransaction: GUID
NumberOfFiles: u64
BufferSizeRequired: u64
Offset: u64
Trait Implementations
impl Clone for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Clone for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Copy for TXFS_LIST_TRANSACTION_LOCKED_FILES
Auto Trait Implementations
impl RefUnwindSafe for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Send for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Sync for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Unpin for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl UnwindSafe for TXFS_LIST_TRANSACTION_LOCKED_FILES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more