Struct rtc_sdp::description::session::RepeatTime
source · pub struct RepeatTime {
pub interval: i64,
pub duration: i64,
pub offsets: Vec<i64>,
}Expand description
RepeatTime describes the “r=” fields of the session description which represents the intervals and durations for repeated scheduled sessions.
Fields§
§interval: i64§duration: i64§offsets: Vec<i64>Trait Implementations§
source§impl Clone for RepeatTime
impl Clone for RepeatTime
source§fn clone(&self) -> RepeatTime
fn clone(&self) -> RepeatTime
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 moresource§impl Debug for RepeatTime
impl Debug for RepeatTime
source§impl Default for RepeatTime
impl Default for RepeatTime
source§fn default() -> RepeatTime
fn default() -> RepeatTime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RepeatTime
impl Send for RepeatTime
impl Sync for RepeatTime
impl Unpin for RepeatTime
impl UnwindSafe for RepeatTime
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