pub struct VideoRenderContext;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoRenderContext
impl RefUnwindSafe for VideoRenderContext
impl Send for VideoRenderContext
impl Sync for VideoRenderContext
impl Unpin for VideoRenderContext
impl UnwindSafe for VideoRenderContext
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