Struct smbioslib::InterleaveSupportData [−][src]
pub struct InterleaveSupportData {
pub raw: u8,
pub value: InterleaveSupport,
}Fields
raw: u8Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: InterleaveSupportThe contained InterleaveSupport value
Trait Implementations
impl Debug for InterleaveSupportData[src]
impl Debug for InterleaveSupportData[src]impl Deref for InterleaveSupportData[src]
impl Deref for InterleaveSupportData[src]type Target = InterleaveSupport
type Target = InterleaveSupportThe resulting type after dereferencing.
impl Serialize for InterleaveSupportData[src]
impl Serialize for InterleaveSupportData[src]