make BinaryOperation repr(u8)
All checks were successful
Rust / build (pull_request) Successful in 2m20s
All checks were successful
Rust / build (pull_request) Successful in 2m20s
This commit is contained in:
parent
4e3d1ce208
commit
cecccb3f28
|
@ -7,6 +7,7 @@ use crate::{
|
|||
|
||||
/// Binary operations for use with the [`BitVecCommand`] command.
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Default)]
|
||||
#[repr(u8)]
|
||||
pub enum BinaryOperation {
|
||||
/// r := a
|
||||
#[default]
|
||||
|
|
Loading…
Reference in a new issue