pub struct Destructor { /* private fields */ }Implementations§
Source§impl Destructor
impl Destructor
pub unsafe fn new(ptr: *mut AVFormatContext, mode: Mode) -> Self
Trait Implementations§
Source§impl Drop for Destructor
impl Drop for Destructor
Auto Trait Implementations§
impl !Send for Destructor
impl !Sync for Destructor
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