Struct allegro_dialog::MessageBoxFlags []

pub struct MessageBoxFlags {
    // some fields omitted
}

Methods

impl MessageBoxFlags

fn get(&self) -> u32

Trait Implementations

impl Clone for MessageBoxFlags

fn clone(&self) -> MessageBoxFlags

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 MessageBoxFlags

impl Flag for MessageBoxFlags

impl BitOr for MessageBoxFlags

type Output = MessageBoxFlags

The resulting type after applying the | operator

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

The method for the | operator

impl BitAnd for MessageBoxFlags

type Output = bool

The resulting type after applying the & operator

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

The method for the & operator