Struct gstreamer_video_sys::GstVideoOverlay
source · #[repr(C)]pub struct GstVideoOverlay { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstVideoOverlay
impl RefUnwindSafe for GstVideoOverlay
impl !Send for GstVideoOverlay
impl !Sync for GstVideoOverlay
impl !Unpin for GstVideoOverlay
impl UnwindSafe for GstVideoOverlay
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