Struct js::jsapi::BaseShape [] [src]

#[repr(C)]
pub struct BaseShape { pub clasp_: *const Class, pub parent: *mut JSObject, }

Fields

Trait Implementations

impl Debug for BaseShape
[src]

[src]

Formats the value using the given formatter.

impl Copy for BaseShape
[src]

impl Clone for BaseShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more