Struct thumbsdb::Thumbnail [] [src]

pub struct Thumbnail { /* fields omitted */ }

A thumbnail inside a Thumbs.db file.

Methods

impl Thumbnail
[src]

[src]

Returns the name of the picture which the thumbnail comes from.

[src]

Returns the ID of the thumbnail.

This id is relative to the thumbs.db file.

[src]

Returns the win32 MAC time of the thumbnail.

Trait Implementations

impl Display for Thumbnail
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Thumbnail

impl Sync for Thumbnail