Struct dmidecode::structures::enclosure::ContainedElement [−][src]
pub struct ContainedElement { /* fields omitted */ }Expand description
Each Contained Element record consists of sub-fields that further describe elements contained by the chassis.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ContainedElement
impl Send for ContainedElement
impl Sync for ContainedElement
impl Unpin for ContainedElement
impl UnwindSafe for ContainedElement
Blanket Implementations
Mutably borrows from an owned value. Read more