Enum allegro::DisplayOption [] [src]

#[repr(u32)]
pub enum DisplayOption { RedSize, GreenSize, BlueSize, AlphaSize, RedShift, GreenShift, BlueShift, AlphaShift, AccRedSize, AccGreenSize, AccBlueSize, AccAlphaSize, Stereo, AuxBuffers, ColorSize, DepthSize, StencilSize, SampleBuffers, Samples, RenderMethod, FloatColor, FloatDepth, SingleBuffer, SwapMethod, CompatibleDisplay, UpdateDisplayRegion, Vsync, MaxBitmapSize, SupportNpotBitmap, CanDrawIntoBitmap, SupportSeparateAlpha, }

Variants

Trait Implementations

impl Copy for DisplayOption
[src]

impl Clone for DisplayOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more