Struct allegro::MemoryBitmap [] [src]

pub struct MemoryBitmap { /* fields omitted */ }

A memory bitmap, unlike a regular bitmap, can be transferred between threads.

Methods

impl MemoryBitmap
[src]

Trait Implementations

impl Send for MemoryBitmap
[src]

impl Drop for MemoryBitmap
[src]

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