Struct windows::Win32::System::Ioctl::TXFS_LIST_TRANSACTION_LOCKED_FILES
#[repr(C)]pub struct TXFS_LIST_TRANSACTION_LOCKED_FILES {
pub KtmTransaction: GUID,
pub NumberOfFiles: u64,
pub BufferSizeRequired: u64,
pub Offset: u64,
}
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
§fn clone(&self) -> TXFS_LIST_TRANSACTION_LOCKED_FILES
fn clone(&self) -> TXFS_LIST_TRANSACTION_LOCKED_FILES
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 TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Debug for TXFS_LIST_TRANSACTION_LOCKED_FILES
§impl PartialEq for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl PartialEq for TXFS_LIST_TRANSACTION_LOCKED_FILES
§fn eq(&self, other: &TXFS_LIST_TRANSACTION_LOCKED_FILES) -> bool
fn eq(&self, other: &TXFS_LIST_TRANSACTION_LOCKED_FILES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl Eq for TXFS_LIST_TRANSACTION_LOCKED_FILES
impl StructuralPartialEq for TXFS_LIST_TRANSACTION_LOCKED_FILES
Auto Trait Implementations§
impl Freeze for TXFS_LIST_TRANSACTION_LOCKED_FILES
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§
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
)