#[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§
Source§impl Abi for USN_RECORD_V4
impl Abi for USN_RECORD_V4
Source§type Abi = USN_RECORD_V4
type Abi = USN_RECORD_V4
The abi representation of the implementing type. Read more
type DefaultType = USN_RECORD_V4
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for USN_RECORD_V4
impl Clone for USN_RECORD_V4
Source§fn clone(&self) -> USN_RECORD_V4
fn clone(&self) -> USN_RECORD_V4
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for USN_RECORD_V4
Source§impl Debug for USN_RECORD_V4
impl Debug for USN_RECORD_V4
Source§impl Default for USN_RECORD_V4
impl Default for USN_RECORD_V4
impl Eq 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 UnsafeUnpin 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