Struct respk::ResourceInfo[][src]

pub struct ResourceInfo { /* fields omitted */ }

Provides information about a resource.

Methods

impl ResourceInfo
[src]

Get the path of the resource.

Get the full size of the resource contents.

Get the compressed size of the resource.

Trait Implementations

impl Clone for ResourceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations