Enum glium::debug::MessageType
[−]
[src]
#[repr(u32)]pub enum MessageType { Error, DeprecatedBehavior, UndefinedBehavior, Portability, Performance, Marker, PushGroup, PopGroup, Other, }
Type of a debug message.
Variants
ErrorAn error, typically from the API
DeprecatedBehaviorSome behavior marked deprecated has been used
UndefinedBehaviorSomething has invoked undefined behavior
PortabilitySome functionality the user relies upon is not portable
PerformanceCode has triggered possible performance issues
MarkerCommand stream annotation
PushGroupEntering a debug group
PopGroupLeaving a debug group
OtherAny other event
Trait Implementations
impl Clone for MessageType[src]
fn clone(&self) -> MessageType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more