Struct webrtc_media::audio::buffer::info::BufferInfo [−][src]
pub struct BufferInfo<L> { /* fields omitted */ }
Implementations
Set the buffer info’s channels.
Set the buffer info’s frames.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<L> RefUnwindSafe for BufferInfo<L> where
L: RefUnwindSafe,
impl<L> Send for BufferInfo<L> where
L: Send,
impl<L> Sync for BufferInfo<L> where
L: Sync,
impl<L> Unpin for BufferInfo<L> where
L: Unpin,
impl<L> UnwindSafe for BufferInfo<L> where
L: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more