Struct sysinfo_web::SysinfoExt [] [src]

pub struct SysinfoExt<'a> {
    pub bandwith: (u64, u64),
    // some fields omitted
}

sysinfo with extended features

Fields

Methods

impl<'a> SysinfoExt<'a>
[src]

[src]

Trait Implementations

impl<'a> Serialize for SysinfoExt<'a>
[src]

[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'a> Send for SysinfoExt<'a>

impl<'a> Sync for SysinfoExt<'a>