Enum sciter::host::SCRIPT_RUNTIME_FEATURES [] [src]

#[repr(C)]
pub enum SCRIPT_RUNTIME_FEATURES { ALLOW_FILE_IO, ALLOW_SOCKET_IO, ALLOW_EVAL, ALLOW_SYSINFO, }

Script runtime options.

Variants

Trait Implementations

impl Debug for SCRIPT_RUNTIME_FEATURES
[src]

Formats the value using the given formatter.