#[repr(C)]pub struct RootingContext {
pub stackRoots_: __BindgenOpaqueArray<u64, 16>,
pub autoGCRooters_: __BindgenOpaqueArray<u64, 3>,
pub geckoProfiler_: GeckoProfilerThread,
pub nursery_: *mut Nursery,
pub zone_: *mut Zone,
pub realm_: *mut Realm,
pub nativeStackLimit: [usize; 3],
}Fields§
§stackRoots_: __BindgenOpaqueArray<u64, 16>§autoGCRooters_: __BindgenOpaqueArray<u64, 3>§geckoProfiler_: GeckoProfilerThread§nursery_: *mut Nursery§zone_: *mut Zone§realm_: *mut Realm§nativeStackLimit: [usize; 3]Trait Implementations§
Source§impl Clone for RootingContext
impl Clone for RootingContext
Source§fn clone(&self) -> RootingContext
fn clone(&self) -> RootingContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RootingContext
Source§impl Debug for RootingContext
impl Debug for RootingContext
Source§impl PartialEq for RootingContext
impl PartialEq for RootingContext
Source§fn eq(&self, other: &RootingContext) -> bool
fn eq(&self, other: &RootingContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootingContext
Auto Trait Implementations§
impl !Send for RootingContext
impl !Sync for RootingContext
impl Freeze for RootingContext
impl RefUnwindSafe for RootingContext
impl Unpin for RootingContext
impl UnsafeUnpin for RootingContext
impl UnwindSafe for RootingContext
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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