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