Struct rquickjs_core::RefsMarker [−][src]
pub struct RefsMarker { /* fields omitted */ }
This is supported on crate feature
classes
only.Expand description
The helper for QuickJS garbage collector which helps it find internal JS object references.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RefsMarker
impl !Send for RefsMarker
impl !Sync for RefsMarker
impl Unpin for RefsMarker
impl UnwindSafe for RefsMarker
Blanket Implementations
Mutably borrows from an owned value. Read more