logo

Enum primitives::prelude::OverlayButton[][src]

pub enum OverlayButton {
    Back,
    Mute,
    Unmute,
    Pause,
    Unpause,
    Custom {
        value: u32,
    },
}
Expand description

Representing the control buttons on the Overlay.

Variants

Back

Mute

Unmute

Pause

Unpause

Custom

Fields

value: u32

Allows OverlayButton to be extended (e.g. for using project specific overlay buttons - settings, restart, context help).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.