Struct allegro::MemoryBitmap [] [src]

pub struct MemoryBitmap {
    // some fields omitted
}

Methods

impl MemoryBitmap
[src]

fn into_bitmap(self) -> Bitmap

Trait Implementations

impl Send for MemoryBitmap
[src]

impl Drop for MemoryBitmap
[src]

fn drop(&mut self)

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