pub enum InstructionWidth {
Bit32,
Bit16,
}Expand description
Enum describing the with of the corresponding binary representation of the instruction.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstructionWidth
impl RefUnwindSafe for InstructionWidth
impl Send for InstructionWidth
impl Sync for InstructionWidth
impl Unpin for InstructionWidth
impl UnwindSafe for InstructionWidth
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