Struct ffmpeg_next::util::interrupt::Interrupt
source · pub struct Interrupt {
pub interrupt: AVIOInterruptCB,
}Fields§
§interrupt: AVIOInterruptCBAuto Trait Implementations§
impl Freeze for Interrupt
impl RefUnwindSafe for Interrupt
impl !Send for Interrupt
impl !Sync for Interrupt
impl Unpin for Interrupt
impl UnwindSafe for Interrupt
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