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