Enum smbioslib::InterruptPolarity
source · [−]pub enum InterruptPolarity {
ActiveHigh,
ActiveLow,
}
Expand description
Variants
ActiveHigh
active high
ActiveLow
active low
Trait Implementations
sourceimpl Debug for InterruptPolarity
impl Debug for InterruptPolarity
sourceimpl 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
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