Enum nannou::ui::backend::glium::glium::debug::MessageType[][src]

#[repr(u32)]
pub enum MessageType { Error, DeprecatedBehavior, UndefinedBehavior, Portability, Performance, Marker, PushGroup, PopGroup, Other, }

Type of a debug message.

Variants

An error, typically from the API

Some behavior marked deprecated has been used

Something has invoked undefined behavior

Some functionality the user relies upon is not portable

Code has triggered possible performance issues

Command stream annotation

Entering a debug group

Leaving a debug group

Any other event

Trait Implementations

impl Clone for MessageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageType
[src]

Formats the value using the given formatter. Read more

impl Copy for MessageType
[src]

Auto Trait Implementations

impl Send for MessageType

impl Sync for MessageType