Struct limn_core::input::DebugSettingsHandler [] [src]

pub struct DebugSettingsHandler { /* fields omitted */ }

Triggers various debugging settings/events on function key presses.

Methods

impl DebugSettingsHandler
[src]

[src]

Trait Implementations

impl Debug for DebugSettingsHandler
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DebugSettingsHandler
[src]

impl Clone for DebugSettingsHandler
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DebugSettingsHandler
[src]

[src]

Returns the "default value" for a type. Read more

impl EventHandler<KeyboardInput> for DebugSettingsHandler
[src]

[src]