Struct allegro::StickFlags []

pub struct StickFlags {
    // some fields omitted
}

Methods

impl StickFlags

fn get(&self) -> u32

Trait Implementations

impl Clone for StickFlags

fn clone(&self) -> StickFlags

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 StickFlags

impl Flag for StickFlags

fn zero() -> StickFlags

impl BitOr for StickFlags

type Output = StickFlags

The resulting type after applying the | operator

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

The method for the | operator

impl BitAnd for StickFlags

type Output = bool

The resulting type after applying the & operator

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

The method for the & operator