Enum valgrind::SuppressionType [] [src]

pub enum SuppressionType {
    MemcheckAddr(usize),
    MemcheckCond,
    MemcheckFree,
    MemcheckLeak,
    MemcheckOverlap,
    MemcheckParam,
    MemcheckValue(usize),
    OtherType {
        tool_name: String,
        suppression_type: String,
    },
}

Variants

Fields of OtherType

Trait Implementations

impl Clone for SuppressionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SuppressionType
[src]

Formats the value using the given formatter.

impl PartialEq for SuppressionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for SuppressionType
[src]

Formats the value using the given formatter. Read more