pub struct F20t {
pub stub: u8,
pub opcode: Opcode,
pub offsetA: i16,
}Fields§
§stub: u8§opcode: Opcode§offsetA: i16Trait Implementations§
impl Copy for F20t
impl Eq for F20t
impl StructuralPartialEq for F20t
Auto Trait Implementations§
impl Freeze for F20t
impl RefUnwindSafe for F20t
impl Send for F20t
impl Sync for F20t
impl Unpin for F20t
impl UnwindSafe for F20t
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