Struct dart_sdk_sys::Dart_IsolateFlags[][src]

#[repr(C)]
pub struct Dart_IsolateFlags { pub version: i32, pub enable_asserts: bool, pub use_field_guards: bool, pub use_osr: bool, pub obfuscate: bool, pub load_vmservice_library: bool, pub copy_parent_code: bool, pub null_safety: bool, pub is_system_isolate: bool, }

Fields

version: i32enable_asserts: booluse_field_guards: booluse_osr: boolobfuscate: boolload_vmservice_library: boolcopy_parent_code: boolnull_safety: boolis_system_isolate: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.