pub enum InterruptState {
Init,
In(usize),
}
Variants§
Trait Implementations§
Source§impl Clone for InterruptState
impl Clone for InterruptState
Source§fn clone(&self) -> InterruptState
fn clone(&self) -> InterruptState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InterruptState
impl Debug for InterruptState
Source§impl PartialEq for InterruptState
impl PartialEq for InterruptState
impl Copy for InterruptState
impl StructuralPartialEq for InterruptState
Auto Trait Implementations§
impl Freeze for InterruptState
impl RefUnwindSafe for InterruptState
impl Send for InterruptState
impl Sync for InterruptState
impl Unpin for InterruptState
impl UnwindSafe for InterruptState
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