Skip to main content

ConfigFlags

Trait ConfigFlags 

Source
pub trait ConfigFlags {
    // Required method
    fn raw(&self) -> usize;
}
Expand description

Flags to configure performance counter.

Required Methods§

Source

fn raw(&self) -> usize

Get a raw value to pass to SBI environment.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§