Struct file_api::buffer::Buffer [] [src]

pub struct Buffer {
    pub size: Option<usize>,
    pub position: u64,
    pub buffer: Vec<u8>,
}

Fields

Methods

impl Buffer
[src]

Trait Implementations

impl Debug for Buffer
[src]

Formats the value using the given formatter.