Skip to main content

OutputJson

Trait OutputJson 

Source
pub trait OutputJson {
    // Required method
    fn json(&self) -> Value;
}

Required Methods§

Source

fn json(&self) -> Value

Implementations on Foreign Types§

Source§

impl OutputJson for GpuMetrics

Source§

fn json(&self) -> Value

Source§

impl OutputJson for DevicePath

Source§

fn json(&self) -> Value

Source§

impl OutputJson for ConnectorInfo

Source§

fn json(&self) -> Value

Source§

impl OutputJson for FdInfoStat

Source§

fn json(&self) -> Value

Source§

impl OutputJson for GpuActivity

Source§

fn json(&self) -> Value

Source§

impl OutputJson for PerfCounter

Source§

fn json(&self) -> Value

Source§

impl OutputJson for Sensors

Source§

fn json(&self) -> Value

Source§

impl OutputJson for NpuMetrics

Source§

fn json(&self) -> Value

Source§

impl OutputJson for VramUsage

Source§

fn json(&self) -> Value

Source§

impl OutputJson for XdnaFdInfoUsage

Source§

fn json(&self) -> Value

Source§

impl OutputJson for XdnaFdInfoStat

Source§

fn json(&self) -> Value

Source§

impl OutputJson for FwVer

Source§

fn json(&self) -> Value

Source§

impl OutputJson for HwIpInfo

Source§

fn json(&self) -> Value

Source§

impl OutputJson for IpDieEntry

Source§

fn json(&self) -> Value

Source§

impl OutputJson for IpHwId

Source§

fn json(&self) -> Value

Source§

impl OutputJson for IpHwInstance

Source§

fn json(&self) -> Value

Source§

fn json(&self) -> Value

Source§

impl OutputJson for drmModeModeInfo

Source§

fn json(&self) -> Value

Implementors§