#[repr(u8)]pub enum InstL {
NONE = 0,
_4B = 1,
_8B = 2,
_16B = 3,
}
Variants§
NONE = 0
No instruction
_4B = 1
4-bit instruction
_8B = 2
8-bit instruction
_16B = 3
16-bit instruction
Implementations§
Trait Implementations§
Source§impl Ord for InstL
impl Ord for InstL
Source§impl PartialOrd for InstL
impl PartialOrd for InstL
impl Copy for InstL
impl Eq for InstL
impl StructuralPartialEq for InstL
Auto Trait Implementations§
impl Freeze for InstL
impl RefUnwindSafe for InstL
impl Send for InstL
impl Sync for InstL
impl Unpin for InstL
impl UnwindSafe for InstL
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