Struct js::jsapi::JSClass [] [src]

#[repr(C)]
pub struct JSClass { pub name: *const c_char, pub flags: u32, pub cOps: *const JSClassOps, pub reserved: [*mut c_void; 3], }

Fields

Trait Implementations

impl Sync for JSClass
[src]

impl Debug for JSClass
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSClass
[src]

impl Clone for JSClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more