Enum kplayer_rust_wrap::kplayer::proto::keys::EventPromptAction [−][src]
pub enum EventPromptAction {
Show 15 variants
EVENT_PROMPT_ACTION_PLAYER_STOP,
EVENT_PROMPT_ACTION_PLAYER_PAUSE,
EVENT_PROMPT_ACTION_PLAYER_SKIP,
EVENT_PROMPT_ACTION_PLAYER_CONTINUE,
EVENT_PROMPT_ACTION_OUTPUT_ADD,
EVENT_PROMPT_ACTION_OUTPUT_REMOVE,
EVENT_PROMPT_ACTION_OUTPUT_LIST,
EVENT_PROMPT_ACTION_RESOURCE_ADD,
EVENT_PROMPT_ACTION_RESOURCE_REMOVE,
EVENT_PROMPT_ACTION_RESOURCE_LIST,
EVENT_PROMPT_ACTION_RESOURCE_CURRENT,
EVENT_PROMPT_ACTION_PLUGIN_ADD,
EVENT_PROMPT_ACTION_PLUGIN_REMOVE,
EVENT_PROMPT_ACTION_PLUGIN_LIST,
EVENT_PROMPT_ACTION_PLUGIN_UPDATE,
}Variants
EVENT_PROMPT_ACTION_PLAYER_STOP
EVENT_PROMPT_ACTION_PLAYER_PAUSE
EVENT_PROMPT_ACTION_PLAYER_SKIP
EVENT_PROMPT_ACTION_PLAYER_CONTINUE
EVENT_PROMPT_ACTION_OUTPUT_ADD
EVENT_PROMPT_ACTION_OUTPUT_REMOVE
EVENT_PROMPT_ACTION_OUTPUT_LIST
EVENT_PROMPT_ACTION_RESOURCE_ADD
EVENT_PROMPT_ACTION_RESOURCE_REMOVE
EVENT_PROMPT_ACTION_RESOURCE_LIST
EVENT_PROMPT_ACTION_RESOURCE_CURRENT
EVENT_PROMPT_ACTION_PLUGIN_ADD
EVENT_PROMPT_ACTION_PLUGIN_REMOVE
EVENT_PROMPT_ACTION_PLUGIN_LIST
EVENT_PROMPT_ACTION_PLUGIN_UPDATE
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for EventPromptAction
impl Send for EventPromptAction
impl Sync for EventPromptAction
impl Unpin for EventPromptAction
impl UnwindSafe for EventPromptAction
Blanket Implementations
Mutably borrows from an owned value. Read more
