pub trait DeviceClocks {
    fn set_max_gpu_clocks(&mut self) -> Result<()>;
fn set_default_gpu_clocks(&mut self) -> Result<()>; }

Required methods

Implementations on Foreign Types

Implementors