pub trait SynicMonitorAccess: SynicPortAccess {
// Required method
fn set_monitor_page(
&self,
vtl: Vtl,
gpa: Option<MonitorPageGpas>,
) -> Result<()>;
}
Expand description
Provides monitor page functionality for a SynicPortAccess
implementation.
Required Methods§
Sourcefn set_monitor_page(&self, vtl: Vtl, gpa: Option<MonitorPageGpas>) -> Result<()>
fn set_monitor_page(&self, vtl: Vtl, gpa: Option<MonitorPageGpas>) -> Result<()>
Sets the GPA of the monitor page currently in use.