Struct gstreamer_audio_sys::GstAudioClippingMeta[][src]

#[repr(C)]
pub struct GstAudioClippingMeta { pub meta: GstMeta, pub format: GstFormat, pub start: u64, pub end: u64, }

Fields

Trait Implementations

impl Copy for GstAudioClippingMeta
[src]

impl Clone for GstAudioClippingMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioClippingMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioClippingMeta

impl !Sync for GstAudioClippingMeta