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