Struct smbios::Decoder[][src]

pub struct Decoder<T: Read> { /* fields omitted */ }

Decodes an SMBIOS data stream from an input Read trait object.

Methods

impl<T: Read> Decoder<T>
[src]

Creates a new Decoder by accepting an input stream with the Read trait.

Decodes a vector of SMBIOS structures from the Decoder's stream.

Auto Trait Implementations

impl<T> Send for Decoder<T> where
    T: Send

impl<T> Sync for Decoder<T> where
    T: Sync