Struct allegro::DisplayFlags []

pub struct DisplayFlags {
    // some fields omitted
}

Methods

impl DisplayFlags

fn get(&self) -> u32

Trait Implementations

impl Clone for DisplayFlags

fn clone(&self) -> DisplayFlags

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 DisplayFlags

impl Flag for DisplayFlags

impl BitOr for DisplayFlags

type Output = DisplayFlags

The resulting type after applying the | operator

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

The method for the | operator

impl BitAnd for DisplayFlags

type Output = bool

The resulting type after applying the & operator

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

The method for the & operator