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
AsmJSCache_Success
AsmJSCache_ModuleTooSmall
AsmJSCache_SynchronousScript
AsmJSCache_QuotaExceeded
AsmJSCache_StorageInitFailure
AsmJSCache_Disabled_Internal
AsmJSCache_Disabled_ShellFlags
AsmJSCache_Disabled_JitInspector
AsmJSCache_InternalError
AsmJSCache_LIMIT
Trait Implementations
impl Debug for AsmJSCacheResult
[src]
impl Copy for AsmJSCacheResult
[src]
impl Clone for AsmJSCacheResult
[src]
fn clone(&self) -> AsmJSCacheResult
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for AsmJSCacheResult
[src]
impl PartialEq for AsmJSCacheResult
[src]
fn eq(&self, __arg_0: &AsmJSCacheResult) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.