Struct gstreamer_audio::AudioRingBufferSpec [−][src]
#[repr(transparent)]pub struct AudioRingBufferSpec(_);
Expand description
The structure containing the format specification of the ringbuffer.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AudioRingBufferSpec
impl Unpin for AudioRingBufferSpec
impl UnwindSafe for AudioRingBufferSpec
Blanket Implementations
Mutably borrows from an owned value. Read more