#[repr(C)]pub struct AutoGCRooter {
pub down: *mut AutoGCRooter,
pub stackTop: *mut *mut AutoGCRooter,
pub kind_: AutoGCRooterKind,
}Fields§
§down: *mut AutoGCRooter§stackTop: *mut *mut AutoGCRooter§kind_: AutoGCRooterKindImplementations§
Source§impl AutoGCRooter
impl AutoGCRooter
pub fn new_unrooted(kind: AutoGCRooterKind) -> AutoGCRooter
pub unsafe fn add_to_root_stack(&mut self, cx: *mut JSContext)
pub unsafe fn remove_from_root_stack(&mut self)
Trait Implementations§
Source§impl Debug for AutoGCRooter
impl Debug for AutoGCRooter
Source§impl PartialEq for AutoGCRooter
impl PartialEq for AutoGCRooter
Source§fn eq(&self, other: &AutoGCRooter) -> bool
fn eq(&self, other: &AutoGCRooter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoGCRooter
Auto Trait Implementations§
impl !Send for AutoGCRooter
impl !Sync for AutoGCRooter
impl Freeze for AutoGCRooter
impl RefUnwindSafe for AutoGCRooter
impl Unpin for AutoGCRooter
impl UnsafeUnpin for AutoGCRooter
impl UnwindSafe for AutoGCRooter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more