Enum libprefetch::FormatVersion [] [src]

pub enum FormatVersion {
    WindowsXp2003,
    WindowsVista7,
    Windows8,
    Windows10,
}

Format versions for a Prefetch file.

Variants

Windows XP and Windows 2003 (code 0x11)

Windows Vista and Windows 7 (code 0x17)

Windows 8 and Windows 8.1 (code 0x1a)

Windows 10 (code 0x1e) (not fully supported yet)

Trait Implementations

impl Debug for FormatVersion
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FormatVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FormatVersion
[src]

impl Display for FormatVersion
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FormatVersion

impl Sync for FormatVersion