pub enum BurnInStyle {
Classic,
Modern,
Minimal,
}Expand description
Visual style of the timecode burn-in
Variants§
Classic
Classic broadcast style (large, bold)
Modern
Modern minimalist style
Minimal
Minimal style (smallest footprint)
Implementations§
Source§impl BurnInStyle
impl BurnInStyle
Sourcepub fn font_scale(&self) -> f32
pub fn font_scale(&self) -> f32
Returns a relative font scale factor for this style
Trait Implementations§
Source§impl Clone for BurnInStyle
impl Clone for BurnInStyle
Source§fn clone(&self) -> BurnInStyle
fn clone(&self) -> BurnInStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BurnInStyle
impl Debug for BurnInStyle
Source§impl PartialEq for BurnInStyle
impl PartialEq for BurnInStyle
impl Copy for BurnInStyle
impl StructuralPartialEq for BurnInStyle
Auto Trait Implementations§
impl Freeze for BurnInStyle
impl RefUnwindSafe for BurnInStyle
impl Send for BurnInStyle
impl Sync for BurnInStyle
impl Unpin for BurnInStyle
impl UnsafeUnpin for BurnInStyle
impl UnwindSafe for BurnInStyle
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