Struct cached_file_view::FileView[][src]

pub struct FileView {
    pub length: u64,
    // some fields omitted
}

Fields

Methods

impl FileView
[src]

Trait Implementations

impl Debug for FileView
[src]

Formats the value using the given formatter. Read more

impl Clone for FileView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FileView

impl Sync for FileView