Struct amsi::AmsiResult[][src]

pub struct AmsiResult { /* fields omitted */ }

Allows you to tell if a scan result is malicious or not.

This structure is returned by scan functions.

Methods

impl AmsiResult
[src]

Returns true if the result is malicious.

Returns true if the result is not malicious and will probably never be.

Returns true if the result is not malicious, but might be malicious with future definition updates.

Trait Implementations

impl Debug for AmsiResult
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AmsiResult

impl Sync for AmsiResult