Struct gstreamer_audio_sys::GstAudioMeta
source · #[repr(C)]pub struct GstAudioMeta {
pub meta: GstMeta,
pub info: GstAudioInfo,
pub samples: size_t,
pub offsets: *mut size_t,
pub priv_offsets_arr: [size_t; 8],
pub _gst_reserved: [gpointer; 4],
}
Fields§
§meta: GstMeta
§info: GstAudioInfo
§samples: size_t
§offsets: *mut size_t
§priv_offsets_arr: [size_t; 8]
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstAudioMeta
impl Clone for GstAudioMeta
source§fn clone(&self) -> GstAudioMeta
fn clone(&self) -> GstAudioMeta
Returns a copy 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 moresource§impl Debug for GstAudioMeta
impl Debug for GstAudioMeta
impl Copy for GstAudioMeta
Auto Trait Implementations§
impl Freeze for GstAudioMeta
impl RefUnwindSafe for GstAudioMeta
impl !Send for GstAudioMeta
impl !Sync for GstAudioMeta
impl Unpin for GstAudioMeta
impl UnwindSafe for GstAudioMeta
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)