Struct allegro::BitmapDrawingFlags []

pub struct BitmapDrawingFlags {
    // some fields omitted
}

Methods

impl BitmapDrawingFlags

fn get(&self) -> u32

Trait Implementations

impl Clone for BitmapDrawingFlags

fn clone(&self) -> BitmapDrawingFlags

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for BitmapDrawingFlags

impl Flag for BitmapDrawingFlags

impl BitOr for BitmapDrawingFlags

type Output = BitmapDrawingFlags

The resulting type after applying the | operator

fn bitor(self, e: BitmapDrawingFlags) -> BitmapDrawingFlags

The method for the | operator

impl BitAnd for BitmapDrawingFlags

type Output = bool

The resulting type after applying the & operator

fn bitand(self, e: BitmapDrawingFlags) -> bool

The method for the & operator