pub trait AsMutPtr<T> {
// Required method
fn as_mut_ptr(&mut self) -> *mut T;
}Required Methods§
Sourcefn as_mut_ptr(&mut self) -> *mut T
fn as_mut_ptr(&mut self) -> *mut T
Returns a *mut raw pointer to the underlying FFmpeg type.
pub trait AsMutPtr<T> {
// Required method
fn as_mut_ptr(&mut self) -> *mut T;
}Returns a *mut raw pointer to the underlying FFmpeg type.