VideoOverlayExtManual

Trait VideoOverlayExtManual 

Source
pub trait VideoOverlayExtManual: IsA<VideoOverlay> + 'static {
    // Provided methods
    unsafe fn set_window_handle(&self, handle: uintptr_t) { ... }
    unsafe fn got_window_handle(&self, handle: uintptr_t) { ... }
}

Provided Methods§

Source

unsafe fn set_window_handle(&self, handle: uintptr_t)

Source

unsafe fn got_window_handle(&self, handle: uintptr_t)

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§