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