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