#[repr(transparent)]pub struct Dart_PerformanceMode(pub c_int);Tuple Fields§
§0: c_intTrait Implementations§
Source§impl Clone for Dart_PerformanceMode
 
impl Clone for Dart_PerformanceMode
Source§fn clone(&self) -> Dart_PerformanceMode
 
fn clone(&self) -> Dart_PerformanceMode
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 Debug for Dart_PerformanceMode
 
impl Debug for Dart_PerformanceMode
Source§impl Hash for Dart_PerformanceMode
 
impl Hash for Dart_PerformanceMode
Source§impl PartialEq for Dart_PerformanceMode
 
impl PartialEq for Dart_PerformanceMode
impl Copy for Dart_PerformanceMode
impl Eq for Dart_PerformanceMode
impl StructuralPartialEq for Dart_PerformanceMode
Auto Trait Implementations§
impl Freeze for Dart_PerformanceMode
impl RefUnwindSafe for Dart_PerformanceMode
impl Send for Dart_PerformanceMode
impl Sync for Dart_PerformanceMode
impl Unpin for Dart_PerformanceMode
impl UnwindSafe for Dart_PerformanceMode
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