pub trait HdEnabled {
    fn hd_enabled(&mut self) -> bool;
}

Required Methods§

| Return whether HD enabled. |

Implementors§