Enum smbioslib::AddressBit
source · [−]pub enum AddressBit {
Zero,
One,
}
Expand description
Variants
Zero
Address bit 0 = 0b
One
Address bit 1 = 1b
Trait Implementations
sourceimpl Debug for AddressBit
impl Debug for AddressBit
sourceimpl PartialEq<AddressBit> for AddressBit
impl PartialEq<AddressBit> for AddressBit
sourceimpl Serialize for AddressBit
impl Serialize for AddressBit
impl Eq for AddressBit
impl StructuralEq for AddressBit
impl StructuralPartialEq for AddressBit
Auto Trait Implementations
impl RefUnwindSafe for AddressBit
impl Send for AddressBit
impl Sync for AddressBit
impl Unpin for AddressBit
impl UnwindSafe for AddressBit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more