Struct js::jsapi::JSConstScalarSpec [] [src]

#[repr(C)]
pub struct JSConstScalarSpec<T> { pub name: *const c_char, pub val: T, }

Fields

Trait Implementations

impl<T: Debug> Debug for JSConstScalarSpec<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Copy> Copy for JSConstScalarSpec<T>
[src]

impl<T: Clone> Clone for JSConstScalarSpec<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more