pub struct RecordSubtitleSettings { /* private fields */ }Implementations§
Source§impl RecordSubtitleSettings
impl RecordSubtitleSettings
pub fn new(high_freq_data: bool) -> RecordSubtitleSettings
pub fn high_freq_data(&self) -> bool
Auto Trait Implementations§
impl Freeze for RecordSubtitleSettings
impl RefUnwindSafe for RecordSubtitleSettings
impl Send for RecordSubtitleSettings
impl Sync for RecordSubtitleSettings
impl Unpin for RecordSubtitleSettings
impl UnwindSafe for RecordSubtitleSettings
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