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