pub struct RtpNotification {
pub data: Vec<u8>,
}
Expand description
The table RtpNotification
in the namespace FBS.Consumer
Generated from these locations:
- Table
RtpNotification
in the filefbs/consumer.fbs:86
Fields§
§data: Vec<u8>
The field data
in the table RtpNotification
Implementations§
Trait Implementations§
Source§impl Clone for RtpNotification
impl Clone for RtpNotification
Source§fn clone(&self) -> RtpNotification
fn clone(&self) -> RtpNotification
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 RtpNotification
impl Debug for RtpNotification
Source§impl<'de> Deserialize<'de> for RtpNotification
impl<'de> Deserialize<'de> for RtpNotification
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 RtpNotification
impl Hash for RtpNotification
Source§impl Ord for RtpNotification
impl Ord for RtpNotification
Source§fn cmp(&self, other: &RtpNotification) -> Ordering
fn cmp(&self, other: &RtpNotification) -> 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 RtpNotification
impl PartialEq for RtpNotification
Source§impl PartialOrd for RtpNotification
impl PartialOrd for RtpNotification
Source§impl Serialize for RtpNotification
impl Serialize for RtpNotification
Source§impl<'a> TryFrom<RtpNotificationRef<'a>> for RtpNotification
impl<'a> TryFrom<RtpNotificationRef<'a>> for RtpNotification
impl Eq for RtpNotification
impl StructuralPartialEq for RtpNotification
impl VectorWrite<Offset<RtpNotification>> for RtpNotification
impl WriteAs<Offset<RtpNotification>> for RtpNotification
impl WriteAsOffset<RtpNotification> for RtpNotification
impl<T0: WriteAs<Offset<[u8]>>> WriteAsOffset<RtpNotification> for RtpNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<RtpNotification>> for RtpNotification
Auto Trait Implementations§
impl Freeze for RtpNotification
impl RefUnwindSafe for RtpNotification
impl Send for RtpNotification
impl Sync for RtpNotification
impl Unpin for RtpNotification
impl UnwindSafe for RtpNotification
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