pub struct RtcpTupleNotification {
pub tuple: Box<Tuple>,
}
Expand description
The table RtcpTupleNotification
in the namespace FBS.PlainTransport
Generated from these locations:
- Table
RtcpTupleNotification
in the filefbs/plainTransport.fbs:53
Fields§
§tuple: Box<Tuple>
The field tuple
in the table RtcpTupleNotification
Implementations§
Trait Implementations§
Source§impl Clone for RtcpTupleNotification
impl Clone for RtcpTupleNotification
Source§fn clone(&self) -> RtcpTupleNotification
fn clone(&self) -> RtcpTupleNotification
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 RtcpTupleNotification
impl Debug for RtcpTupleNotification
Source§impl<'de> Deserialize<'de> for RtcpTupleNotification
impl<'de> Deserialize<'de> for RtcpTupleNotification
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 RtcpTupleNotification
impl Hash for RtcpTupleNotification
Source§impl Ord for RtcpTupleNotification
impl Ord for RtcpTupleNotification
Source§fn cmp(&self, other: &RtcpTupleNotification) -> Ordering
fn cmp(&self, other: &RtcpTupleNotification) -> 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 RtcpTupleNotification
impl PartialEq for RtcpTupleNotification
Source§impl PartialOrd for RtcpTupleNotification
impl PartialOrd for RtcpTupleNotification
Source§impl Serialize for RtcpTupleNotification
impl Serialize for RtcpTupleNotification
Source§impl<'a> TryFrom<RtcpTupleNotificationRef<'a>> for RtcpTupleNotification
impl<'a> TryFrom<RtcpTupleNotificationRef<'a>> for RtcpTupleNotification
impl Eq for RtcpTupleNotification
impl StructuralPartialEq for RtcpTupleNotification
impl VectorWrite<Offset<RtcpTupleNotification>> for RtcpTupleNotification
impl WriteAs<Offset<RtcpTupleNotification>> for RtcpTupleNotification
impl WriteAsOffset<RtcpTupleNotification> for RtcpTupleNotification
impl<T0: WriteAs<Offset<Tuple>>> WriteAsOffset<RtcpTupleNotification> for RtcpTupleNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<RtcpTupleNotification>> for RtcpTupleNotification
Auto Trait Implementations§
impl Freeze for RtcpTupleNotification
impl RefUnwindSafe for RtcpTupleNotification
impl Send for RtcpTupleNotification
impl Sync for RtcpTupleNotification
impl Unpin for RtcpTupleNotification
impl UnwindSafe for RtcpTupleNotification
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