Enum arrayfire::Connectivity[][src]

#[repr(u32)]
pub enum Connectivity { FOUR, EIGHT, }

Used by regions function to identify type of connectivity

Variants

North-East-South-West (N-E-S-W) connectivity from given pixel/point

N-NE-E-SE-S-SW-W-NW connectivity from given pixel/point

Trait Implementations

impl Clone for Connectivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Connectivity
[src]

impl Debug for Connectivity
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Connectivity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations