pub struct RecvRtpHeaderExtensions {
pub mid: Option<u8>,
pub rid: Option<u8>,
pub rrid: Option<u8>,
pub abs_send_time: Option<u8>,
pub transport_wide_cc01: Option<u8>,
}
Expand description
The table RecvRtpHeaderExtensions
in the namespace FBS.Transport
Generated from these locations:
- Table
RecvRtpHeaderExtensions
in the filefbs/transport.fbs:113
Fields§
§mid: Option<u8>
The field mid
in the table RecvRtpHeaderExtensions
rid: Option<u8>
The field rid
in the table RecvRtpHeaderExtensions
rrid: Option<u8>
The field rrid
in the table RecvRtpHeaderExtensions
abs_send_time: Option<u8>
The field abs_send_time
in the table RecvRtpHeaderExtensions
transport_wide_cc01: Option<u8>
The field transport_wide_cc01
in the table RecvRtpHeaderExtensions
Implementations§
Source§impl RecvRtpHeaderExtensions
impl RecvRtpHeaderExtensions
Sourcepub fn builder() -> RecvRtpHeaderExtensionsBuilder<()>
pub fn builder() -> RecvRtpHeaderExtensionsBuilder<()>
Creates a RecvRtpHeaderExtensionsBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_mid: impl WriteAsOptional<u8>, field_rid: impl WriteAsOptional<u8>, field_rrid: impl WriteAsOptional<u8>, field_abs_send_time: impl WriteAsOptional<u8>, field_transport_wide_cc01: impl WriteAsOptional<u8>, ) -> Offset<Self>
Trait Implementations§
Source§impl Clone for RecvRtpHeaderExtensions
impl Clone for RecvRtpHeaderExtensions
Source§fn clone(&self) -> RecvRtpHeaderExtensions
fn clone(&self) -> RecvRtpHeaderExtensions
Returns a copy 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 RecvRtpHeaderExtensions
impl Debug for RecvRtpHeaderExtensions
Source§impl Default for RecvRtpHeaderExtensions
impl Default for RecvRtpHeaderExtensions
Source§impl<'de> Deserialize<'de> for RecvRtpHeaderExtensions
impl<'de> Deserialize<'de> for RecvRtpHeaderExtensions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RecvRtpHeaderExtensions
impl Hash for RecvRtpHeaderExtensions
Source§impl Ord for RecvRtpHeaderExtensions
impl Ord for RecvRtpHeaderExtensions
Source§fn cmp(&self, other: &RecvRtpHeaderExtensions) -> Ordering
fn cmp(&self, other: &RecvRtpHeaderExtensions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecvRtpHeaderExtensions
impl PartialEq for RecvRtpHeaderExtensions
Source§impl PartialOrd for RecvRtpHeaderExtensions
impl PartialOrd for RecvRtpHeaderExtensions
Source§impl Serialize for RecvRtpHeaderExtensions
impl Serialize for RecvRtpHeaderExtensions
Source§impl<'a> TryFrom<RecvRtpHeaderExtensionsRef<'a>> for RecvRtpHeaderExtensions
impl<'a> TryFrom<RecvRtpHeaderExtensionsRef<'a>> for RecvRtpHeaderExtensions
impl Eq for RecvRtpHeaderExtensions
impl StructuralPartialEq for RecvRtpHeaderExtensions
impl VectorWrite<Offset<RecvRtpHeaderExtensions>> for RecvRtpHeaderExtensions
impl WriteAs<Offset<RecvRtpHeaderExtensions>> for RecvRtpHeaderExtensions
impl WriteAsOffset<RecvRtpHeaderExtensions> for RecvRtpHeaderExtensions
impl<T0: WriteAsOptional<u8>, T1: WriteAsOptional<u8>, T2: WriteAsOptional<u8>, T3: WriteAsOptional<u8>, T4: WriteAsOptional<u8>> WriteAsOffset<RecvRtpHeaderExtensions> for RecvRtpHeaderExtensionsBuilder<(T0, T1, T2, T3, T4)>
impl WriteAsOptional<Offset<RecvRtpHeaderExtensions>> for RecvRtpHeaderExtensions
Auto Trait Implementations§
impl Freeze for RecvRtpHeaderExtensions
impl RefUnwindSafe for RecvRtpHeaderExtensions
impl Send for RecvRtpHeaderExtensions
impl Sync for RecvRtpHeaderExtensions
impl Unpin for RecvRtpHeaderExtensions
impl UnwindSafe for RecvRtpHeaderExtensions
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