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

#[repr(u32)]
pub enum Severity { Notification, Low, Medium, High, }

Severity of a debug message.

Variants

Anything that isn't an error or performance issue.

Redundant state-change performance warning, or unimportant undefined behavior.

Major performance warnings, shader compilation/linking warnings, or the use of deprecated functionality.

All OpenGL Errors, shader compilation/linking errors, or highly-dangerous undefined behavior.

Trait Implementations

impl Clone for Severity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Severity
[src]

Formats the value using the given formatter. Read more

impl Copy for Severity
[src]

impl Eq for Severity
[src]

impl PartialEq<Severity> for Severity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Severity

impl Sync for Severity