[][src]Trait sysfs_class::RuntimePM

pub trait RuntimePM {
    fn set_runtime_pm(&self, state: RuntimePowerManagement) -> Result<()>;
}

Required methods

Loading content...

Implementors

impl RuntimePM for PciDevice[src]

Loading content...