Struct mai::Buffer [] [src]

pub struct Buffer { /* fields omitted */ }

Methods

impl Buffer
[src]

Trait Implementations

impl Debug for Buffer
[src]

Formats the value using the given formatter.

impl Recycleable for Buffer
[src]

Allocates a new instance of the implementing type.

Sets the state of the modified instance to be that of a freshly allocated instance, thereby allowing it to be reused. Read more