Struct valgrind::Suppressions [] [src]

pub struct Suppressions { /* fields omitted */ }

A set of Valgrind suppressions.

Methods

impl Suppressions
[src]

Parses the suppressions from buf in Valgrind suppression syntax.

See also

Clones all of the suppressions in other and adds them to these suppressions.

Trait Implementations

impl Clone for Suppressions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Suppressions
[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a Suppressions
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more