Struct allegro::Bitmap [] [src]

pub struct Bitmap { /* fields omitted */ }

Methods

impl Bitmap
[src]

Trait Implementations

impl BitmapLike for Bitmap
[src]

Returns if this bitmap is compatible with the current display. This comes into play when you have multiple displays in a single thread, and have created bitmaps for different displays. A bitmap created for one display may or may not be compatible with the other display. If the bitmap is not compatible, drawing it will be slow. Read more

impl Clone for Bitmap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Bitmap
[src]

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