Struct cuckoo::UpperLower[][src]

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

Fields

Auto Trait Implementations

impl Send for UpperLower

impl Sync for UpperLower