Struct windows_sys::Win32::System::Search::INCREMENTAL_ACCESS_INFO
[−]Expand description
Required features: "Win32_System_Search"
, "Win32_Foundation"
Fields
dwSize: u32
ftLastModifiedTime: FILETIME
Trait Implementations
impl Clone for INCREMENTAL_ACCESS_INFO
impl Clone for INCREMENTAL_ACCESS_INFO
impl Copy for INCREMENTAL_ACCESS_INFO
Auto Trait Implementations
impl RefUnwindSafe for INCREMENTAL_ACCESS_INFO
impl Send for INCREMENTAL_ACCESS_INFO
impl Sync for INCREMENTAL_ACCESS_INFO
impl Unpin for INCREMENTAL_ACCESS_INFO
impl UnwindSafe for INCREMENTAL_ACCESS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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