Struct allegro::BitmapFlags
[−]
pub struct BitmapFlags {
// some fields omitted
}Methods
impl BitmapFlags
Trait Implementations
impl Clone for BitmapFlags
fn clone(&self) -> BitmapFlags
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 BitmapFlags
impl Flag for BitmapFlags
fn zero() -> BitmapFlags
impl BitOr for BitmapFlags
type Output = BitmapFlags
The resulting type after applying the | operator
fn bitor(self, e: BitmapFlags) -> BitmapFlags
The method for the | operator
impl BitAnd for BitmapFlags
type Output = bool
The resulting type after applying the & operator
fn bitand(self, e: BitmapFlags) -> bool
The method for the & operator