Enum smbioslib::AddressBit
source · pub enum AddressBit {
Zero,
One,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for AddressBit
impl Debug for AddressBit
source§impl PartialEq<AddressBit> for AddressBit
impl PartialEq<AddressBit> for AddressBit
source§fn eq(&self, other: &AddressBit) -> bool
fn eq(&self, other: &AddressBit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more