Struct edge_detection::Detection [] [src]

pub struct Detection {
    pub edges: Vec<Vec<Edge>>,
}

Fields

Methods

impl Detection
[src]

[src]

[src]

Trait Implementations

impl Clone for Detection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more