Struct sdp_types::TimeZone [−][src]
Expand description
Time zone information for the session.
See RFC 4566 Section 5.11 for more details.
Fields
adjustment_time: u64
Time in seconds since 1900 when the adjustment happens.
offset: i64
Amount of the adjustment in seconds.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeZone
impl UnwindSafe for TimeZone
Blanket Implementations
Mutably borrows from an owned value. Read more