Enum rabbitizer::InstrCategory
source · #[repr(u32)]
pub enum InstrCategory {
CPU,
RSP,
R5900,
MAX,
}Variants§
Trait Implementations§
source§impl Clone for InstrCategory
impl Clone for InstrCategory
source§fn clone(&self) -> InstrCategory
fn clone(&self) -> InstrCategory
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 InstrCategory
impl Debug for InstrCategory
source§impl Hash for InstrCategory
impl Hash for InstrCategory
source§impl PartialEq<InstrCategory> for InstrCategory
impl PartialEq<InstrCategory> for InstrCategory
source§fn eq(&self, other: &InstrCategory) -> bool
fn eq(&self, other: &InstrCategory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.