Skip to main content

PmTimerAssist

Trait PmTimerAssist 

pub trait PmTimerAssist: Send + Sync {
    // Required method
    fn set(&self, port: Option<u16>);
}
Expand description

Interface to enable/disable hypervisor PM timer assist.

Required Methods§

fn set(&self, port: Option<u16>)

Sets the port of the PM timer assist, or disables it if None.

Implementors§