[go: up one dir, main page]

DragSurfaceExt

Trait DragSurfaceExt 

Source
pub trait DragSurfaceExt: IsA<DragSurface> + 'static {
    // Provided method
    fn present(&self, width: i32, height: i32) -> bool { ... }
}

Provided Methods§

Source

fn present(&self, width: i32, height: i32) -> bool

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.

Implementors§