Struct AVFifo
#[repr(C)]pub struct AVFifo { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVFifo
impl RefUnwindSafe for AVFifo
impl Send for AVFifo
impl Sync for AVFifo
impl Unpin for AVFifo
impl UnwindSafe for AVFifo
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