pub trait DragSurfaceExt:
IsA<DragSurface>
+ Sealed
+ 'static {
// Provided method
fn present(&self, width: i32, height: i32) -> bool { ... }
}
Expand description
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait DragSurfaceExt:
IsA<DragSurface>
+ Sealed
+ 'static {
// Provided method
fn present(&self, width: i32, height: i32) -> bool { ... }
}