#[repr(u32)]pub enum InstrSuffix {
ALL_NONE = 0,
R5900_xyzw = 1,
ALL_MAX = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for InstrSuffix
impl Clone for InstrSuffix
Source§fn clone(&self) -> InstrSuffix
fn clone(&self) -> InstrSuffix
Returns a duplicate 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 for InstrSuffix
impl PartialEq for InstrSuffix
impl Copy for InstrSuffix
impl Eq for InstrSuffix
impl StructuralPartialEq for InstrSuffix
Auto Trait Implementations§
impl Freeze for InstrSuffix
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