Enum rsfuzzy::mf::MfType [] [src]

pub enum MfType {
    Triangle(Triangle),
    Trapezoid(Trapezoid),
    Up(Up),
    Down(Down),
}

Variants

Methods

impl MfType
[src]

Trait Implementations

impl Debug for MfType
[src]

Formats the value using the given formatter.

impl Clone for MfType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more