Enum libemei::insts::ImmByte [−][src]
pub enum ImmByte {
Bit8,
Bit16,
Bit32,
Bit64,
}Variants
Bit8
Bit16
Bit32
Bit64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImmByte
impl UnwindSafe for ImmByte
Blanket Implementations
Mutably borrows from an owned value. Read more