#[repr(C)]pub struct _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY {
pub Offset: DWORDLONG,
pub NameFlags: DWORD,
pub FileId: LONGLONG,
pub Reserved1: DWORD,
pub Reserved2: DWORD,
pub Reserved3: LONGLONG,
pub FileName: [WCHAR; 1],
}
Fields§
§Offset: DWORDLONG
§NameFlags: DWORD
§FileId: LONGLONG
§Reserved1: DWORD
§Reserved2: DWORD
§Reserved3: LONGLONG
§FileName: [WCHAR; 1]
Trait Implementations§
Source§impl Clone for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Clone for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
Source§fn clone(&self) -> _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
fn clone(&self) -> _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
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 moreSource§impl Ord for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Ord for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
Source§fn cmp(&self, other: &_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY) -> Ordering
fn cmp(&self, other: &_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl PartialEq for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
Source§fn eq(&self, other: &_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY) -> bool
fn eq(&self, other: &_TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl PartialOrd for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Copy for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Eq for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl StructuralPartialEq for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
Auto Trait Implementations§
impl Freeze for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl RefUnwindSafe for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Send for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Sync for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl Unpin for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
impl UnwindSafe for _TXFS_LIST_TRANSACTION_LOCKED_FILES_ENTRY
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