Enum abyss::interrupt::InterruptState  
source · pub enum InterruptState {
    On,
    Off,
}Expand description
Enumeration for representing interrupt state
Variants§
Implementations§
Trait Implementations§
source§impl Debug for InterruptState
 
impl Debug for InterruptState
source§impl PartialEq<InterruptState> for InterruptState
 
impl PartialEq<InterruptState> for InterruptState
source§fn eq(&self, other: &InterruptState) -> bool
 
fn eq(&self, other: &InterruptState) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for InterruptState
impl StructuralEq for InterruptState
impl StructuralPartialEq for InterruptState
Auto Trait Implementations§
impl RefUnwindSafe for InterruptState
impl Send for InterruptState
impl Sync for InterruptState
impl Unpin for InterruptState
impl UnwindSafe for InterruptState
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more