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