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