pub trait PmTimerAssist: Send + Sync { // Required method fn set(&self, port: Option<u16>); }
Interface to enable/disable hypervisor PM timer assist.
Sets the port of the PM timer assist.