pub struct F3rms {
pub opcode: Opcode,
pub a: u8,
pub constB: u16,
pub vC: u16,
}
Fields§
§opcode: Opcode
§a: u8
§constB: u16
§vC: u16
Trait Implementations§
impl Copy for F3rms
impl Eq for F3rms
impl StructuralPartialEq for F3rms
Auto Trait Implementations§
impl Freeze for F3rms
impl RefUnwindSafe for F3rms
impl Send for F3rms
impl Sync for F3rms
impl Unpin for F3rms
impl UnwindSafe for F3rms
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