pub struct FormattedTimecode {
pub text: String,
pub convention: DisplayConvention,
}Expand description
A formatted representation of a timecode value.
Fields§
§text: StringThe rendered string.
convention: DisplayConventionThe convention used.
Trait Implementations§
Source§impl Clone for FormattedTimecode
impl Clone for FormattedTimecode
Source§fn clone(&self) -> FormattedTimecode
fn clone(&self) -> FormattedTimecode
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 FormattedTimecode
impl Debug for FormattedTimecode
Auto Trait Implementations§
impl Freeze for FormattedTimecode
impl RefUnwindSafe for FormattedTimecode
impl Send for FormattedTimecode
impl Sync for FormattedTimecode
impl Unpin for FormattedTimecode
impl UnsafeUnpin for FormattedTimecode
impl UnwindSafe for FormattedTimecode
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