Type Alias mozjs::jsapi::JS::Stencil

source ·
pub type Stencil = CompilationStencil;

Aliased Type§

struct Stencil {
    _unused: [u8; 0],
}

Fields§

§_unused: [u8; 0]

Trait Implementations§

source§

impl Clone for CompilationStencil

source§

fn clone(&self) -> CompilationStencil

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CompilationStencil

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Copy for CompilationStencil