pub struct Destructor { /* private fields */ }Implementations§
Source§impl Destructor
impl Destructor
pub unsafe fn new(ptr: *mut AVFormatContext, mode: Mode) -> Self
pub unsafe fn new_with_interrupt( ptr: *mut AVFormatContext, mode: Mode, guard: InterruptGuard, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Destructor
impl RefUnwindSafe for Destructor
impl Unpin for Destructor
impl UnsafeUnpin for Destructor
impl UnwindSafe for Destructor
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