pub enum AutoEnable {
No,
Yes,
}Expand description
Whether an IRQ action should be enabled after registration.
Variants§
Trait Implementations§
Source§impl Clone for AutoEnable
impl Clone for AutoEnable
Source§fn clone(&self) -> AutoEnable
fn clone(&self) -> AutoEnable
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 AutoEnable
Source§impl Debug for AutoEnable
impl Debug for AutoEnable
impl Eq for AutoEnable
Source§impl PartialEq for AutoEnable
impl PartialEq for AutoEnable
Source§fn eq(&self, other: &AutoEnable) -> bool
fn eq(&self, other: &AutoEnable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoEnable
Auto Trait Implementations§
impl Freeze for AutoEnable
impl RefUnwindSafe for AutoEnable
impl Send for AutoEnable
impl Sync for AutoEnable
impl Unpin for AutoEnable
impl UnsafeUnpin for AutoEnable
impl UnwindSafe for AutoEnable
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