Enum js::jsapi::AsmJSCacheResult [] [src]

#[repr(u32)]
pub enum AsmJSCacheResult { AsmJSCache_Success, AsmJSCache_ModuleTooSmall, AsmJSCache_SynchronousScript, AsmJSCache_QuotaExceeded, AsmJSCache_StorageInitFailure, AsmJSCache_Disabled_Internal, AsmJSCache_Disabled_ShellFlags, AsmJSCache_Disabled_JitInspector, AsmJSCache_InternalError, AsmJSCache_LIMIT, }

The list of reasons why an asm.js module may not be stored in the cache.

Variants

Trait Implementations

impl Debug for AsmJSCacheResult
[src]

[src]

Formats the value using the given formatter.

impl Copy for AsmJSCacheResult
[src]

impl Clone for AsmJSCacheResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for AsmJSCacheResult
[src]

impl PartialEq for AsmJSCacheResult
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for AsmJSCacheResult
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more