Struct machinebox::videobox::Item [] [src]

pub struct Item {
    pub key: String,
    pub instances: Vec<Range>,
}

An item is a single entity that was discovered at one or many instances within a video

Fields

Trait Implementations

impl Debug for Item
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Item

impl Sync for Item