Struct gstreamer_audio::AudioMeta
source · #[repr(transparent)]pub struct AudioMeta(_);Available on crate feature
v1_16 only.Implementations
Trait Implementations
impl Send for AudioMeta
impl Sync for AudioMeta
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more