Struct allegro::display::DisplayFlags[][src]

pub struct DisplayFlags { /* fields omitted */ }

Implementations

impl DisplayFlags[src]

pub fn get(&self) -> u32[src]

Trait Implementations

impl BitAnd<DisplayFlags> for DisplayFlags[src]

type Output = bool

The resulting type after applying the & operator.

impl BitOr<DisplayFlags> for DisplayFlags[src]

type Output = DisplayFlags

The resulting type after applying the | operator.

impl Clone for DisplayFlags[src]

impl Copy for DisplayFlags[src]

impl Debug for DisplayFlags[src]

impl Flag for DisplayFlags[src]

Auto Trait Implementations

impl RefUnwindSafe for DisplayFlags

impl Send for DisplayFlags

impl Sync for DisplayFlags

impl Unpin for DisplayFlags

impl UnwindSafe for DisplayFlags

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.