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 ==.impl Copy for InstrSuffix
impl Eq for InstrSuffix
impl StructuralEq for InstrSuffix
impl StructuralPartialEq for InstrSuffix
Auto Trait Implementations§
impl RefUnwindSafe for InstrSuffix
impl Send for InstrSuffix
impl Sync for InstrSuffix
impl Unpin for InstrSuffix
impl UnwindSafe for InstrSuffix
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