Struct sdp_types::Repeat [−][src]
Expand description
Repeat times for timing information.
See RFC 4566 Section 5.10 for more details.
Fields
repeat_interval: u64
Repeat interval in seconds.
active_duration: u64
Duration of one repeat.
offsets: Vec<u64>
Offsets for the repeats from the start_time
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Repeat
impl UnwindSafe for Repeat
Blanket Implementations
Mutably borrows from an owned value. Read more