Enum smbioslib::AddressBit [−][src]
pub enum AddressBit { Zero, One, }
Expand description
Variants
Address bit 0 = 0b
Address bit 1 = 1b
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddressBit
impl Send for AddressBit
impl Sync for AddressBit
impl Unpin for AddressBit
impl UnwindSafe for AddressBit