mozjs_sys::jsapi::js

Type Alias RootedTraceableTraits_PersistentBase

Source
pub type RootedTraceableTraits_PersistentBase = TypedRootedTraceableBase<PersistentRootedTraceableBase>;

Aliased Type§

struct RootedTraceableTraits_PersistentBase {
    pub _phantom_0: PhantomData<UnsafeCell<PersistentRootedTraceableBase>>,
    pub _base: PersistentRootedTraceableBase,
}

Fields§

§_phantom_0: PhantomData<UnsafeCell<PersistentRootedTraceableBase>>§_base: PersistentRootedTraceableBase

Trait Implementations

Source§

impl<Base: Clone> Clone for TypedRootedTraceableBase<Base>

Source§

fn clone(&self) -> TypedRootedTraceableBase<Base>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<Base: Debug> Debug for TypedRootedTraceableBase<Base>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<Base: PartialEq> PartialEq for TypedRootedTraceableBase<Base>

Source§

fn eq(&self, other: &TypedRootedTraceableBase<Base>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<Base: Copy> Copy for TypedRootedTraceableBase<Base>

Source§

impl<Base> StructuralPartialEq for TypedRootedTraceableBase<Base>