#[repr(C)]pub struct GstVideoOverlayInterface {
pub iface: GTypeInterface,
pub expose: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay)>,
pub handle_events: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: gboolean)>,
pub set_render_rectangle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: c_int, _: c_int, _: c_int, _: c_int)>,
pub set_window_handle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: uintptr_t)>,
}
Fields§
§iface: GTypeInterface
§expose: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay)>
§handle_events: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: gboolean)>
§set_render_rectangle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: c_int, _: c_int, _: c_int, _: c_int)>
§set_window_handle: Option<unsafe extern "C" fn(_: *mut GstVideoOverlay, _: uintptr_t)>
Trait Implementations§
source§impl Clone for GstVideoOverlayInterface
impl Clone for GstVideoOverlayInterface
source§fn clone(&self) -> GstVideoOverlayInterface
fn clone(&self) -> GstVideoOverlayInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoOverlayInterface
impl Debug for GstVideoOverlayInterface
impl Copy for GstVideoOverlayInterface
Auto Trait Implementations§
impl Freeze for GstVideoOverlayInterface
impl RefUnwindSafe for GstVideoOverlayInterface
impl Send for GstVideoOverlayInterface
impl Sync for GstVideoOverlayInterface
impl Unpin for GstVideoOverlayInterface
impl UnwindSafe for GstVideoOverlayInterface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)