#[repr(C)]pub struct USN_RECORD_V2 {Show 14 fields
pub RecordLength: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub FileReferenceNumber: u64,
pub ParentFileReferenceNumber: u64,
pub Usn: i64,
pub TimeStamp: i64,
pub Reason: u32,
pub SourceInfo: u32,
pub SecurityId: u32,
pub FileAttributes: u32,
pub FileNameLength: u16,
pub FileNameOffset: u16,
pub FileName: [u16; 1],
}Fields§
§RecordLength: u32§MajorVersion: u16§MinorVersion: u16§FileReferenceNumber: u64§ParentFileReferenceNumber: u64§Usn: i64§TimeStamp: i64§Reason: u32§SourceInfo: u32§SecurityId: u32§FileAttributes: u32§FileNameLength: u16§FileNameOffset: u16§FileName: [u16; 1]Trait Implementations§
Source§impl Abi for USN_RECORD_V2
impl Abi for USN_RECORD_V2
Source§type Abi = USN_RECORD_V2
type Abi = USN_RECORD_V2
The abi representation of the implementing type. Read more
type DefaultType = USN_RECORD_V2
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_V2
impl Clone for USN_RECORD_V2
Source§fn clone(&self) -> USN_RECORD_V2
fn clone(&self) -> USN_RECORD_V2
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_V2
Source§impl Debug for USN_RECORD_V2
impl Debug for USN_RECORD_V2
Source§impl Default for USN_RECORD_V2
impl Default for USN_RECORD_V2
impl Eq for USN_RECORD_V2
Auto Trait Implementations§
impl Freeze for USN_RECORD_V2
impl RefUnwindSafe for USN_RECORD_V2
impl Send for USN_RECORD_V2
impl Sync for USN_RECORD_V2
impl Unpin for USN_RECORD_V2
impl UnsafeUnpin for USN_RECORD_V2
impl UnwindSafe for USN_RECORD_V2
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