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