pub struct AbsSendTimeExtension {
pub timestamp: u64,
}Expand description
AbsSendTimeExtension is a extension payload format in http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
Fields§
§timestamp: u64Implementations§
Trait Implementations§
Source§impl Clone for AbsSendTimeExtension
impl Clone for AbsSendTimeExtension
Source§fn clone(&self) -> AbsSendTimeExtension
fn clone(&self) -> AbsSendTimeExtension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AbsSendTimeExtension
Source§impl Debug for AbsSendTimeExtension
impl Debug for AbsSendTimeExtension
Source§impl Default for AbsSendTimeExtension
impl Default for AbsSendTimeExtension
Source§fn default() -> AbsSendTimeExtension
fn default() -> AbsSendTimeExtension
Returns the “default value” for a type. Read more
impl Eq for AbsSendTimeExtension
Source§impl Marshal for AbsSendTimeExtension
impl Marshal for AbsSendTimeExtension
Source§impl MarshalSize for AbsSendTimeExtension
impl MarshalSize for AbsSendTimeExtension
Source§fn marshal_size(&self) -> usize
fn marshal_size(&self) -> usize
MarshalSize returns the size of the AbsSendTimeExtension once marshaled.
Source§impl PartialEq for AbsSendTimeExtension
impl PartialEq for AbsSendTimeExtension
Source§fn eq(&self, other: &AbsSendTimeExtension) -> bool
fn eq(&self, other: &AbsSendTimeExtension) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AbsSendTimeExtension
Auto Trait Implementations§
impl Freeze for AbsSendTimeExtension
impl RefUnwindSafe for AbsSendTimeExtension
impl Send for AbsSendTimeExtension
impl Sync for AbsSendTimeExtension
impl Unpin for AbsSendTimeExtension
impl UnsafeUnpin for AbsSendTimeExtension
impl UnwindSafe for AbsSendTimeExtension
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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