Struct cuckoo::UpperLower[][src]

pub struct UpperLower {
    pub lower: f64,
    pub upper: f64,
}

Fields

Trait Implementations

impl Clone for UpperLower
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UpperLower

impl Sync for UpperLower