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 · 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 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
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§impl Unmarshal for AbsSendTimeExtension
impl Unmarshal for AbsSendTimeExtension
impl Copy for AbsSendTimeExtension
impl Eq for AbsSendTimeExtension
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 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