pub enum SubtitleTrackMetaOffset {}Auto Trait Implementations§
impl Freeze for SubtitleTrackMetaOffset
impl RefUnwindSafe for SubtitleTrackMetaOffset
impl Send for SubtitleTrackMetaOffset
impl Sync for SubtitleTrackMetaOffset
impl Unpin for SubtitleTrackMetaOffset
impl UnsafeUnpin for SubtitleTrackMetaOffset
impl UnwindSafe for SubtitleTrackMetaOffset
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