pub struct PrefetchFileInformation {
pub metrics_offsets: u32,
pub metrics_count: u32,
pub trace_chain_offset: u32,
pub trace_chain_count: u32,
pub filename_string_offset: u32,
pub filename_string_size: u32,
pub volume_information_offset: u32,
pub volume_count: u32,
pub volume_information_size: u32,
pub last_run_times: Vec<Filetime>,
pub run_count: u32,
}Fields§
§metrics_offsets: u32§metrics_count: u32§trace_chain_offset: u32§trace_chain_count: u32§filename_string_offset: u32§filename_string_size: u32§volume_information_offset: u32§volume_count: u32§volume_information_size: u32§last_run_times: Vec<Filetime>§run_count: u32Trait Implementations§
Source§impl Clone for PrefetchFileInformation
impl Clone for PrefetchFileInformation
Source§fn clone(&self) -> PrefetchFileInformation
fn clone(&self) -> PrefetchFileInformation
Returns a duplicate 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 moreSource§impl Debug for PrefetchFileInformation
impl Debug for PrefetchFileInformation
Source§impl Default for PrefetchFileInformation
impl Default for PrefetchFileInformation
Source§fn default() -> PrefetchFileInformation
fn default() -> PrefetchFileInformation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrefetchFileInformation
impl RefUnwindSafe for PrefetchFileInformation
impl Send for PrefetchFileInformation
impl Sync for PrefetchFileInformation
impl Unpin for PrefetchFileInformation
impl UnwindSafe for PrefetchFileInformation
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