#[repr(C, packed(1))]pub struct BinaryInstruction {
pub opcode: u8,
pub opcode_count: u8,
pub operands: [u16; 4],
}Fields§
§opcode: u8§opcode_count: u8§operands: [u16; 4]Auto Trait Implementations§
impl Freeze for BinaryInstruction
impl RefUnwindSafe for BinaryInstruction
impl Send for BinaryInstruction
impl Sync for BinaryInstruction
impl Unpin for BinaryInstruction
impl UnwindSafe for BinaryInstruction
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