pub enum AcpiIrqPolarity {
ActiveHigh,
ActiveLow,
}Expand description
ACPI IRQ polarity configuration.
Variants§
Trait Implementations§
Source§impl Clone for AcpiIrqPolarity
impl Clone for AcpiIrqPolarity
Source§fn clone(&self) -> AcpiIrqPolarity
fn clone(&self) -> AcpiIrqPolarity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AcpiIrqPolarity
Source§impl Debug for AcpiIrqPolarity
impl Debug for AcpiIrqPolarity
impl Eq for AcpiIrqPolarity
Source§impl PartialEq for AcpiIrqPolarity
impl PartialEq for AcpiIrqPolarity
impl StructuralPartialEq for AcpiIrqPolarity
Auto Trait Implementations§
impl Freeze for AcpiIrqPolarity
impl RefUnwindSafe for AcpiIrqPolarity
impl Send for AcpiIrqPolarity
impl Sync for AcpiIrqPolarity
impl Unpin for AcpiIrqPolarity
impl UnsafeUnpin for AcpiIrqPolarity
impl UnwindSafe for AcpiIrqPolarity
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