Struct allegro_ttf::TtfFlags []

pub struct TtfFlags {
    // some fields omitted
}

Methods

impl TtfFlags

fn get(&self) -> u32

Trait Implementations

impl Clone for TtfFlags

fn clone(&self) -> TtfFlags

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 TtfFlags

impl Flag for TtfFlags

fn zero() -> TtfFlags

impl BitOr for TtfFlags

type Output = TtfFlags

The resulting type after applying the | operator

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

The method for the | operator

impl BitAnd for TtfFlags

type Output = bool

The resulting type after applying the & operator

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

The method for the & operator