#[repr(transparent)]pub struct Dart_KernelCompilationStatus(pub c_int);
Expand description
Experimental support for Dart to Kernel parser isolate.
TODO(hausner): Document finalized interface.
Tuple Fields§
§0: c_int
Trait Implementations§
Source§impl Clone for Dart_KernelCompilationStatus
impl Clone for Dart_KernelCompilationStatus
Source§fn clone(&self) -> Dart_KernelCompilationStatus
fn clone(&self) -> Dart_KernelCompilationStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Dart_KernelCompilationStatus
impl Debug for Dart_KernelCompilationStatus
Source§impl Hash for Dart_KernelCompilationStatus
impl Hash for Dart_KernelCompilationStatus
Source§impl PartialEq for Dart_KernelCompilationStatus
impl PartialEq for Dart_KernelCompilationStatus
Source§fn eq(&self, other: &Dart_KernelCompilationStatus) -> bool
fn eq(&self, other: &Dart_KernelCompilationStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for Dart_KernelCompilationStatus
impl Eq for Dart_KernelCompilationStatus
impl StructuralPartialEq for Dart_KernelCompilationStatus
Auto Trait Implementations§
impl Freeze for Dart_KernelCompilationStatus
impl RefUnwindSafe for Dart_KernelCompilationStatus
impl Send for Dart_KernelCompilationStatus
impl Sync for Dart_KernelCompilationStatus
impl Unpin for Dart_KernelCompilationStatus
impl UnwindSafe for Dart_KernelCompilationStatus
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