pub trait SetImageScaleModeExt {
// Required method
fn image_scale_mode(
&mut self,
image_scale_mode: Option<ImageScaleMode>,
) -> &mut Self;
}Required Methods§
fn image_scale_mode( &mut self, image_scale_mode: Option<ImageScaleMode>, ) -> &mut Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.