Struct edge_detection::Edge
[−]
[src]
pub struct Edge { pub vec_x: f32, pub vec_y: f32, pub magnitude: f32, // some fields omitted }
Fields
vec_x: f32
vec_y: f32
magnitude: f32
Trait Implementations
impl Copy for Edge
[src]
impl Clone for Edge
[src]
fn clone(&self) -> Edge
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more