Struct windows::Win32::System::Ioctl::USN_RECORD_V4
#[repr(C)]pub struct USN_RECORD_V4 {
pub Header: USN_RECORD_COMMON_HEADER,
pub FileReferenceNumber: FILE_ID_128,
pub ParentFileReferenceNumber: FILE_ID_128,
pub Usn: i64,
pub Reason: u32,
pub SourceInfo: USN_SOURCE_INFO_ID,
pub RemainingExtents: u32,
pub NumberOfExtents: u16,
pub ExtentSize: u16,
pub Extents: [USN_RECORD_EXTENT; 1],
}
Fields§
§Header: USN_RECORD_COMMON_HEADER
§FileReferenceNumber: FILE_ID_128
§ParentFileReferenceNumber: FILE_ID_128
§Usn: i64
§Reason: u32
§SourceInfo: USN_SOURCE_INFO_ID
§RemainingExtents: u32
§NumberOfExtents: u16
§ExtentSize: u16
§Extents: [USN_RECORD_EXTENT; 1]
Trait Implementations§
§impl Clone for USN_RECORD_V4
impl Clone for USN_RECORD_V4
§fn clone(&self) -> USN_RECORD_V4
fn clone(&self) -> USN_RECORD_V4
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 USN_RECORD_V4
impl Debug for USN_RECORD_V4
§impl Default for USN_RECORD_V4
impl Default for USN_RECORD_V4
§impl PartialEq for USN_RECORD_V4
impl PartialEq for USN_RECORD_V4
§fn eq(&self, other: &USN_RECORD_V4) -> bool
fn eq(&self, other: &USN_RECORD_V4) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for USN_RECORD_V4
impl Eq for USN_RECORD_V4
impl StructuralPartialEq for USN_RECORD_V4
Auto Trait Implementations§
impl Freeze for USN_RECORD_V4
impl RefUnwindSafe for USN_RECORD_V4
impl Send for USN_RECORD_V4
impl Sync for USN_RECORD_V4
impl Unpin for USN_RECORD_V4
impl UnwindSafe for USN_RECORD_V4
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
)