Struct rtc_sdp::description::session::Timing
source · pub struct Timing {
pub start_time: u64,
pub stop_time: u64,
}Expand description
Timing defines the “t=” field’s structured representation for the start and stop times.
Fields§
§start_time: u64§stop_time: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Timing
impl Send for Timing
impl Sync for Timing
impl Unpin for Timing
impl UnwindSafe for Timing
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