#[repr(transparent)]pub struct Dart_KernelCompilationVerbosityLevel(pub c_int);
Tuple Fields§
§0: c_int
Trait Implementations§
Source§impl Clone for Dart_KernelCompilationVerbosityLevel
impl Clone for Dart_KernelCompilationVerbosityLevel
Source§fn clone(&self) -> Dart_KernelCompilationVerbosityLevel
fn clone(&self) -> Dart_KernelCompilationVerbosityLevel
Returns a duplicate 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 PartialEq for Dart_KernelCompilationVerbosityLevel
impl PartialEq for Dart_KernelCompilationVerbosityLevel
Source§fn eq(&self, other: &Dart_KernelCompilationVerbosityLevel) -> bool
fn eq(&self, other: &Dart_KernelCompilationVerbosityLevel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for Dart_KernelCompilationVerbosityLevel
impl Eq for Dart_KernelCompilationVerbosityLevel
impl StructuralPartialEq for Dart_KernelCompilationVerbosityLevel
Auto Trait Implementations§
impl Freeze for Dart_KernelCompilationVerbosityLevel
impl RefUnwindSafe for Dart_KernelCompilationVerbosityLevel
impl Send for Dart_KernelCompilationVerbosityLevel
impl Sync for Dart_KernelCompilationVerbosityLevel
impl Unpin for Dart_KernelCompilationVerbosityLevel
impl UnwindSafe for Dart_KernelCompilationVerbosityLevel
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