#[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
impl Copy for GstAudioMeta
Auto Trait Implementations§
impl !Send for GstAudioMeta
impl !Sync for GstAudioMeta
impl Freeze for GstAudioMeta
impl RefUnwindSafe for GstAudioMeta
impl Unpin for GstAudioMeta
impl UnsafeUnpin 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