Struct GstVideo Overlay
Source pub struct GstVideoOverlay { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GstVideoOverlay
impl !Sync for GstVideoOverlay
impl !Unpin for GstVideoOverlay
impl Freeze for GstVideoOverlay
impl RefUnwindSafe for GstVideoOverlay
impl UnsafeUnpin 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