Struct pelite::pe32::scanner::Matches[][src]

pub struct Matches<'u, P> { /* fields omitted */ }

An iterator over the matches of a pattern.

Created with the method matches.

Methods

impl<'a, 'u, P: Pe<'a> + Copy> Matches<'u, P>
[src]

Gets the scanner instance.

Gets the pattern.

Gets the remaining RVA range to scan.

The RVA where the last match was found.

Performance.

Number of times the slow exec was invoked.

Finds the next match with the given save array.

Trait Implementations

impl<'u, P: Clone> Clone for Matches<'u, P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'u, P> Send for Matches<'u, P> where
    P: Send

impl<'u, P> Sync for Matches<'u, P> where
    P: Sync