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