pub trait GdkPixbufExt {
// Required method
fn create_surface<W: IsA<Window>>(
&self,
scale: i32,
for_window: Option<&W>,
) -> Option<Surface>;
}Required Methods§
fn create_surface<W: IsA<Window>>( &self, scale: i32, for_window: Option<&W>, ) -> Option<Surface>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".