#[repr(u32)]pub enum InstrumentationRuntimeType {
AddressSanitizer = 0,
ThreadSanitizer = 1,
UndefinedBehaviorSanitizer = 2,
MainThreadChecker = 3,
SwiftRuntimeReporting = 4,
NumInstrumentationRuntimeTypes = 5,
}
Variants§
AddressSanitizer = 0
ThreadSanitizer = 1
UndefinedBehaviorSanitizer = 2
MainThreadChecker = 3
SwiftRuntimeReporting = 4
NumInstrumentationRuntimeTypes = 5
Trait Implementations§
Source§impl Clone for InstrumentationRuntimeType
impl Clone for InstrumentationRuntimeType
Source§fn clone(&self) -> InstrumentationRuntimeType
fn clone(&self) -> InstrumentationRuntimeType
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 InstrumentationRuntimeType
impl Debug for InstrumentationRuntimeType
Source§impl PartialOrd for InstrumentationRuntimeType
impl PartialOrd for InstrumentationRuntimeType
impl Copy for InstrumentationRuntimeType
impl Eq for InstrumentationRuntimeType
impl StructuralPartialEq for InstrumentationRuntimeType
Auto Trait Implementations§
impl Freeze for InstrumentationRuntimeType
impl RefUnwindSafe for InstrumentationRuntimeType
impl Send for InstrumentationRuntimeType
impl Sync for InstrumentationRuntimeType
impl Unpin for InstrumentationRuntimeType
impl UnwindSafe for InstrumentationRuntimeType
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