pub struct AVContainerFifo { /* private fields */ }Trait Implementations§
Source§impl Clone for AVContainerFifo
impl Clone for AVContainerFifo
Source§fn clone(&self) -> AVContainerFifo
fn clone(&self) -> AVContainerFifo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVContainerFifo
Auto Trait Implementations§
impl Freeze for AVContainerFifo
impl RefUnwindSafe for AVContainerFifo
impl Send for AVContainerFifo
impl Sync for AVContainerFifo
impl Unpin for AVContainerFifo
impl UnsafeUnpin for AVContainerFifo
impl UnwindSafe for AVContainerFifo
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