Struct allegro::BitmapFlags []

pub struct BitmapFlags { /* fields omitted */ }

Methods

impl BitmapFlags

Trait Implementations

impl Copy for BitmapFlags

impl Clone for BitmapFlags

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Flag for BitmapFlags

impl BitOr for BitmapFlags

The resulting type after applying the | operator

The method for the | operator

impl BitAnd for BitmapFlags

The resulting type after applying the & operator

The method for the & operator