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