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