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