pub trait FstswEmitter<T0> {
// Required method
fn fstsw(&mut self, dst: T0);
}Expand description
Emits FSTSW.
Assembly forms: fstsw ax, fstsw m16.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".