enum ActiveSystem {
HardIrq,
SoftIrqRx,
SoftIrqTx,
SoftIrqOther,
}Variants§
Implementations§
Source§impl ActiveSystem
impl ActiveSystem
fn category_name(self) -> &'static str
fn is_softirq(self) -> bool
Trait Implementations§
Source§impl Clone for ActiveSystem
impl Clone for ActiveSystem
Source§fn clone(&self) -> ActiveSystem
fn clone(&self) -> ActiveSystem
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 ActiveSystem
Source§impl Debug for ActiveSystem
impl Debug for ActiveSystem
impl Eq for ActiveSystem
Source§impl PartialEq for ActiveSystem
impl PartialEq for ActiveSystem
impl StructuralPartialEq for ActiveSystem
Auto Trait Implementations§
impl Freeze for ActiveSystem
impl RefUnwindSafe for ActiveSystem
impl Send for ActiveSystem
impl Sync for ActiveSystem
impl Unpin for ActiveSystem
impl UnsafeUnpin for ActiveSystem
impl UnwindSafe for ActiveSystem
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