Docs.rs
amdgpu_top_json-0.11.4
amdgpu_top_json 0.11.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Umio-Yasuno
Dependencies
libamdgpu_top ^0.11.4
normal
serde_json ^1
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
OutputJson
amdgpu_
top_
json
0.11.4
Output
Json
Required Methods
json
Implementations on Foreign Types
ConnectorInfo
DevicePath
FdInfoStat
FwVer
GpuActivity
GpuMetrics
HwIpInfo
IpDieEntry
IpHwId
IpHwInstance
LINK
NpuMetrics
PerfCounter
Sensors
VramUsage
XdnaFdInfoStat
XdnaFdInfoUsage
drmModeModeInfo
Implementors
In crate amdgpu_
top_
json
amdgpu_top_json
Trait
Output
Json
Copy item path
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
§
impl
OutputJson
for
LINK
Source
§
fn
json
(&self) ->
Value
Source
§
impl
OutputJson
for
drmModeModeInfo
Source
§
fn
json
(&self) ->
Value
Implementors
§