Struct rtc_sdp::description::session::TimeZone
source · pub struct TimeZone {
pub adjustment_time: u64,
pub offset: i64,
}Expand description
TimeZone defines the structured object for “z=” line which describes repeated sessions scheduling.
Fields§
§adjustment_time: u64§offset: i64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimeZone
impl Send for TimeZone
impl Sync for TimeZone
impl Unpin for TimeZone
impl UnwindSafe for TimeZone
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