Struct timecode_coder::TimecodeFrame
source · pub struct TimecodeFrame {
pub hours: u8,
pub minutes: u8,
pub seconds: u8,
pub frames: u8,
pub frames_per_second: FramesPerSecond,
}
Fields§
§hours: u8
§minutes: u8
§seconds: u8
§frames: u8
§frames_per_second: FramesPerSecond
Implementations§
source§impl TimecodeFrame
impl TimecodeFrame
Trait Implementations§
source§impl Clone for TimecodeFrame
impl Clone for TimecodeFrame
source§fn clone(&self) -> TimecodeFrame
fn clone(&self) -> TimecodeFrame
Returns a copy 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 more