Struct fahapi::System[][src]

pub struct System {
    pub cpu: String,
    pub cpu_id: String,
    pub cpus: StringInt,
    pub memory: String,
    pub free_memory: String,
    pub threads: String,
    pub os_version: String,
    pub has_battery: String,
    pub on_battery: String,
    pub utc_offset: String,
    pub pid: String,
    pub cwd: String,
    pub os: String,
    pub os_arch: String,
    pub gpus: StringInt,
}

Fields

cpu: Stringcpu_id: Stringcpus: StringIntmemory: Stringfree_memory: Stringthreads: Stringos_version: Stringhas_battery: Stringon_battery: Stringutc_offset: Stringpid: Stringcwd: Stringos: Stringos_arch: Stringgpus: StringInt

Trait Implementations

impl Clone for System[src]

impl Debug for System[src]

impl Default for System[src]

impl<'de> Deserialize<'de> for System[src]

impl Eq for System[src]

impl Hash for System[src]

impl PartialEq<System> for System[src]

impl StructuralEq for System[src]

impl StructuralPartialEq for System[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.