Enum iai_callgrind::ValgrindTool
source · pub enum ValgrindTool {
Memcheck,
Helgrind,
DRD,
Massif,
DHAT,
BBV,
}Available on crate feature
default only.Expand description
An enum with all possible valgrind tools
Variants§
Trait Implementations§
source§impl Clone for ValgrindTool
impl Clone for ValgrindTool
source§fn clone(&self) -> ValgrindTool
fn clone(&self) -> ValgrindTool
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 ValgrindTool
impl Debug for ValgrindTool
source§impl<'de> Deserialize<'de> for ValgrindTool
impl<'de> Deserialize<'de> for ValgrindTool
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ValgrindTool, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ValgrindTool, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ValgrindTool
impl Hash for ValgrindTool
source§impl PartialEq for ValgrindTool
impl PartialEq for ValgrindTool
source§fn eq(&self, other: &ValgrindTool) -> bool
fn eq(&self, other: &ValgrindTool) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ValgrindTool
impl Serialize for ValgrindTool
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for ValgrindTool
impl StructuralEq for ValgrindTool
impl StructuralPartialEq for ValgrindTool
Auto Trait Implementations§
impl RefUnwindSafe for ValgrindTool
impl Send for ValgrindTool
impl Sync for ValgrindTool
impl Unpin for ValgrindTool
impl UnwindSafe for ValgrindTool
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