Type Alias mozjs::jsapi::JSFunctionSpec_Name

source ·
pub type JSFunctionSpec_Name = JSPropertySpec_Name;

Aliased Type§

union JSFunctionSpec_Name {
    pub string_: *const i8,
    pub symbol_: usize,
}

Fields§

§string_: *const i8§symbol_: usize

Trait Implementations§

source§

impl Clone for JSPropertySpec_Name

source§

fn clone(&self) -> JSPropertySpec_Name

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 Copy for JSPropertySpec_Name