Struct machinebox::videobox::CheckOptions [] [src]

pub struct CheckOptions { /* fields omitted */ }

Represents the set of options to be passed when invoking check to start video analysis.

Trait Implementations

impl IntoIterator for CheckOptions
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for CheckOptions

impl Sync for CheckOptions