#[repr(C)]pub struct RealmCreationOptions {Show 16 fields
pub traceGlobal_: Option<unsafe extern "C" fn(_: *mut JSTracer, _: *mut JSObject)>,
pub compSpec_: CompartmentSpecifier,
pub __bindgen_anon_1: RealmCreationOptions__bindgen_ty_1,
pub profilerRealmID_: u64,
pub locale_: RefPtr<LocaleString>,
pub invisibleToDebugger_: bool,
pub preserveJitCode_: bool,
pub sharedMemoryAndAtomics_: bool,
pub defineSharedArrayBufferConstructor_: bool,
pub coopAndCoep_: bool,
pub streams_: bool,
pub toSource_: bool,
pub secureContext_: bool,
pub freezeBuiltins_: bool,
pub forceUTC_: bool,
pub alwaysUseFdlibm_: bool,
}
Expand description
RealmCreationOptions specifies options relevant to creating a new realm, that are either immutable characteristics of that realm or that are discarded after the realm has been created.
Access to these options on an existing realm is read-only: if you need particular selections, you must make them before you create the realm.
Fields§
§traceGlobal_: Option<unsafe extern "C" fn(_: *mut JSTracer, _: *mut JSObject)>
§compSpec_: CompartmentSpecifier
§__bindgen_anon_1: RealmCreationOptions__bindgen_ty_1
§profilerRealmID_: u64
§locale_: RefPtr<LocaleString>
§invisibleToDebugger_: bool
§preserveJitCode_: bool
§coopAndCoep_: bool
§streams_: bool
§toSource_: bool
§secureContext_: bool
§freezeBuiltins_: bool
§forceUTC_: bool
§alwaysUseFdlibm_: bool
Auto Trait Implementations§
impl Freeze for RealmCreationOptions
impl !RefUnwindSafe for RealmCreationOptions
impl !Send for RealmCreationOptions
impl !Sync for RealmCreationOptions
impl Unpin for RealmCreationOptions
impl UnwindSafe for RealmCreationOptions
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> 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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert