pub struct PliTraceInfo {
pub ssrc: u32,
}
Expand description
The table PliTraceInfo
in the namespace FBS.Consumer
Generated from these locations:
- Table
PliTraceInfo
in the filefbs/consumer.fbs:110
Fields§
§ssrc: u32
The field ssrc
in the table PliTraceInfo
Implementations§
Source§impl PliTraceInfo
impl PliTraceInfo
Sourcepub fn builder() -> PliTraceInfoBuilder<()>
pub fn builder() -> PliTraceInfoBuilder<()>
Creates a PliTraceInfoBuilder 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 Clone for PliTraceInfo
impl Clone for PliTraceInfo
Source§fn clone(&self) -> PliTraceInfo
fn clone(&self) -> PliTraceInfo
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 PliTraceInfo
impl Debug for PliTraceInfo
Source§impl Default for PliTraceInfo
impl Default for PliTraceInfo
Source§impl<'de> Deserialize<'de> for PliTraceInfo
impl<'de> Deserialize<'de> for PliTraceInfo
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 PliTraceInfo
impl Hash for PliTraceInfo
Source§impl Ord for PliTraceInfo
impl Ord for PliTraceInfo
Source§fn cmp(&self, other: &PliTraceInfo) -> Ordering
fn cmp(&self, other: &PliTraceInfo) -> 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 PliTraceInfo
impl PartialEq for PliTraceInfo
Source§impl PartialOrd for PliTraceInfo
impl PartialOrd for PliTraceInfo
Source§impl Serialize for PliTraceInfo
impl Serialize for PliTraceInfo
Source§impl<'a> TryFrom<PliTraceInfoRef<'a>> for PliTraceInfo
impl<'a> TryFrom<PliTraceInfoRef<'a>> for PliTraceInfo
impl Eq for PliTraceInfo
impl StructuralPartialEq for PliTraceInfo
impl VectorWrite<Offset<PliTraceInfo>> for PliTraceInfo
impl WriteAs<Offset<PliTraceInfo>> for PliTraceInfo
impl WriteAsOffset<PliTraceInfo> for PliTraceInfo
impl<T0: WriteAsDefault<u32, u32>> WriteAsOffset<PliTraceInfo> for PliTraceInfoBuilder<(T0,)>
impl WriteAsOptional<Offset<PliTraceInfo>> for PliTraceInfo
Auto Trait Implementations§
impl Freeze for PliTraceInfo
impl RefUnwindSafe for PliTraceInfo
impl Send for PliTraceInfo
impl Sync for PliTraceInfo
impl Unpin for PliTraceInfo
impl UnwindSafe for PliTraceInfo
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