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