Struct gstreamer_audio_sys::_GstAudioResampler
source · #[repr(C)]pub struct _GstAudioResampler { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstAudioResampler
impl RefUnwindSafe for _GstAudioResampler
impl !Send for _GstAudioResampler
impl !Sync for _GstAudioResampler
impl !Unpin for _GstAudioResampler
impl UnwindSafe for _GstAudioResampler
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