pub struct F22t {
pub opcode: Opcode,
pub vA: U4,
pub vB: U4,
pub offsetC: i16,
}Fields§
§opcode: Opcode§vA: U4§vB: U4§offsetC: i16Trait Implementations§
impl Copy for F22t
impl Eq for F22t
impl StructuralPartialEq for F22t
Auto Trait Implementations§
impl Freeze for F22t
impl RefUnwindSafe for F22t
impl Send for F22t
impl Sync for F22t
impl Unpin for F22t
impl UnwindSafe for F22t
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