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