#[repr(u32)]pub enum Enum_Unnamed59 {
ILL_ILLOPC = 1,
ILL_ILLOPN = 2,
ILL_ILLADR = 3,
ILL_ILLTRP = 4,
ILL_PRVOPC = 5,
ILL_PRVREG = 6,
ILL_COPROC = 7,
ILL_BADSTK = 8,
}Variants§
ILL_ILLOPC = 1
ILL_ILLOPN = 2
ILL_ILLADR = 3
ILL_ILLTRP = 4
ILL_PRVOPC = 5
ILL_PRVREG = 6
ILL_COPROC = 7
ILL_BADSTK = 8
Trait Implementations§
Source§impl Clone for Enum_Unnamed59
impl Clone for Enum_Unnamed59
Source§fn clone(&self) -> Enum_Unnamed59
fn clone(&self) -> Enum_Unnamed59
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 moreimpl Copy for Enum_Unnamed59
Auto Trait Implementations§
impl Freeze for Enum_Unnamed59
impl RefUnwindSafe for Enum_Unnamed59
impl Send for Enum_Unnamed59
impl Sync for Enum_Unnamed59
impl Unpin for Enum_Unnamed59
impl UnwindSafe for Enum_Unnamed59
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