Enum rydis::StackWidth
source · #[repr(u32)]pub enum StackWidth {
Width16 = 0,
Width32 = 1,
Width64 = 2,
}Expand description
the stack width to decode instructions according to.
Variants§
Trait Implementations§
source§impl Clone for StackWidth
impl Clone for StackWidth
source§fn clone(&self) -> StackWidth
fn clone(&self) -> StackWidth
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 StackWidth
impl Debug for StackWidth
source§impl Hash for StackWidth
impl Hash for StackWidth
source§impl PartialEq for StackWidth
impl PartialEq for StackWidth
source§fn eq(&self, other: &StackWidth) -> bool
fn eq(&self, other: &StackWidth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StackWidth
impl Eq for StackWidth
impl StructuralEq for StackWidth
impl StructuralPartialEq for StackWidth
Auto Trait Implementations§
impl RefUnwindSafe for StackWidth
impl Send for StackWidth
impl Sync for StackWidth
impl Unpin for StackWidth
impl UnwindSafe for StackWidth
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