Function cvar::ReadOnlyProp[][src]

pub fn ReadOnlyProp<'a, T>(
    name: &'a str,
    variable: &'a T,
    default: T
) -> ReadOnlyProp<'a, T>