Trait js::rust::GCMethods
[−]
[src]
pub trait GCMethods { unsafe fn initial() -> Self; unsafe fn post_barrier(v: *mut Self, prev: Self, next: Self); }
Required Methods
unsafe fn initial() -> Self
unsafe fn post_barrier(v: *mut Self, prev: Self, next: Self)
Implementations on Foreign Types
impl GCMethods for *mut JSObject
[src]
impl GCMethods for *mut JSString
[src]
impl GCMethods for *mut JSScript
[src]
impl GCMethods for *mut JSFunction
[src]
unsafe fn initial() -> *mut JSFunction
[src]
unsafe fn post_barrier(
v: *mut *mut JSFunction,
prev: *mut JSFunction,
next: *mut JSFunction
)
[src]
v: *mut *mut JSFunction,
prev: *mut JSFunction,
next: *mut JSFunction
)