Struct alto::Buffer [] [src]

pub struct Buffer<'d: 'c, 'c> { /* fields omitted */ }

Methods

impl<'d: 'c, 'c> Buffer<'d, 'c>
[src]

Context from which this buffer was created.

Raw handle as provided by OpenAL.

Trait Implementations

impl<'d: 'c, 'c> Drop for Buffer<'d, 'c>
[src]

A method called when the value goes out of scope. Read more