pub struct Rtx {
pub ssrc: u32,
}
Expand description
The table Rtx
in the namespace FBS.RtpParameters
Generated from these locations:
- Table
Rtx
in the filefbs/rtpParameters.fbs:86
Fields§
§ssrc: u32
The field ssrc
in the table Rtx
Implementations§
Source§impl Rtx
impl Rtx
Sourcepub fn builder() -> RtxBuilder<()>
pub fn builder() -> RtxBuilder<()>
Creates a RtxBuilder for serializing an instance of this table.
pub fn create( builder: &mut Builder, field_ssrc: impl WriteAsDefault<u32, u32>, ) -> Offset<Self>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rtx
impl<'de> Deserialize<'de> for Rtx
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 Ord for Rtx
impl Ord for Rtx
Source§impl PartialOrd for Rtx
impl PartialOrd for Rtx
impl Eq for Rtx
impl StructuralPartialEq for Rtx
impl VectorWrite<Offset<Rtx>> for Rtx
impl WriteAs<Offset<Rtx>> for Rtx
impl WriteAsOffset<Rtx> for Rtx
impl<T0: WriteAsDefault<u32, u32>> WriteAsOffset<Rtx> for RtxBuilder<(T0,)>
impl WriteAsOptional<Offset<Rtx>> for Rtx
Auto Trait Implementations§
impl Freeze for Rtx
impl RefUnwindSafe for Rtx
impl Send for Rtx
impl Sync for Rtx
impl Unpin for Rtx
impl UnwindSafe for Rtx
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