Struct windows_sys::Win32::System::Ioctl::MFT_ENUM_DATA_V1
[−]#[repr(C)]pub struct MFT_ENUM_DATA_V1 {
pub StartFileReferenceNumber: u64,
pub LowUsn: i64,
pub HighUsn: i64,
pub MinMajorVersion: u16,
pub MaxMajorVersion: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
StartFileReferenceNumber: u64
LowUsn: i64
HighUsn: i64
MinMajorVersion: u16
MaxMajorVersion: u16
Trait Implementations
impl Clone for MFT_ENUM_DATA_V1
impl Clone for MFT_ENUM_DATA_V1
impl Copy for MFT_ENUM_DATA_V1
Auto Trait Implementations
impl RefUnwindSafe for MFT_ENUM_DATA_V1
impl Send for MFT_ENUM_DATA_V1
impl Sync for MFT_ENUM_DATA_V1
impl Unpin for MFT_ENUM_DATA_V1
impl UnwindSafe for MFT_ENUM_DATA_V1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more