Struct vapoursynth4_rs::frame::AudioFrame
source · #[repr(transparent)]pub struct AudioFrame { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for AudioFrame
impl Clone for AudioFrame
source§impl Debug for AudioFrame
impl Debug for AudioFrame
source§impl Drop for AudioFrame
impl Drop for AudioFrame
source§impl Frame for AudioFrame
impl Frame for AudioFrame
source§impl Hash for AudioFrame
impl Hash for AudioFrame
source§impl PartialEq<AudioFrame> for AudioFrame
impl PartialEq<AudioFrame> for AudioFrame
source§fn eq(&self, other: &AudioFrame) -> bool
fn eq(&self, other: &AudioFrame) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AudioFrame
impl StructuralEq for AudioFrame
impl StructuralPartialEq for AudioFrame
Auto Trait Implementations§
impl RefUnwindSafe for AudioFrame
impl !Send for AudioFrame
impl !Sync for AudioFrame
impl Unpin for AudioFrame
impl UnwindSafe for AudioFrame
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