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