Enum smbioslib::InterruptPolarity
source · pub enum InterruptPolarity {
ActiveHigh,
ActiveLow,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for InterruptPolarity
impl Debug for InterruptPolarity
source§impl PartialEq<InterruptPolarity> for InterruptPolarity
impl PartialEq<InterruptPolarity> for InterruptPolarity
source§fn eq(&self, other: &InterruptPolarity) -> bool
fn eq(&self, other: &InterruptPolarity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InterruptPolarity
impl Serialize for InterruptPolarity
impl Eq for InterruptPolarity
impl StructuralEq for InterruptPolarity
impl StructuralPartialEq for InterruptPolarity
Auto Trait Implementations§
impl RefUnwindSafe for InterruptPolarity
impl Send for InterruptPolarity
impl Sync for InterruptPolarity
impl Unpin for InterruptPolarity
impl UnwindSafe for InterruptPolarity
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