Struct js::jsapi::CallArgsBase [] [src]

#[repr(C)]
pub struct CallArgsBase<WantUsedRval> { pub _base: WantUsedRval, pub argv_: *mut Value, pub argc_: c_uint, pub constructing_: bool, }

Fields

Trait Implementations

impl<WantUsedRval: Debug> Debug for CallArgsBase<WantUsedRval>
[src]

[src]

Formats the value using the given formatter.

impl<WantUsedRval: Copy> Copy for CallArgsBase<WantUsedRval>
[src]

impl<WantUsedRval: Clone> Clone for CallArgsBase<WantUsedRval>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more