pub enum MpegAvEvent {
Video(MpegRgbaFrame),
Audio(MpegAudioF32),
}Variants§
Video(MpegRgbaFrame)
Audio(MpegAudioF32)
Trait Implementations§
Source§impl Clone for MpegAvEvent
impl Clone for MpegAvEvent
Source§fn clone(&self) -> MpegAvEvent
fn clone(&self) -> MpegAvEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MpegAvEvent
impl RefUnwindSafe for MpegAvEvent
impl Send for MpegAvEvent
impl Sync for MpegAvEvent
impl Unpin for MpegAvEvent
impl UnwindSafe for MpegAvEvent
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