pub struct RtpNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized RtpNotification.
Implementations§
Source§impl<'a> RtpNotificationRef<'a>
impl<'a> RtpNotificationRef<'a>
Sourcepub fn data(&self) -> Result<&'a [u8]>
pub fn data(&self) -> Result<&'a [u8]>
Getter for the data
field.
Trait Implementations§
Source§impl<'a> Clone for RtpNotificationRef<'a>
impl<'a> Clone for RtpNotificationRef<'a>
Source§fn clone(&self) -> RtpNotificationRef<'a>
fn clone(&self) -> RtpNotificationRef<'a>
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<'a> Debug for RtpNotificationRef<'a>
impl<'a> Debug for RtpNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for RtpNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for RtpNotificationRef<'a>
Source§impl<'a> TryFrom<RtpNotificationRef<'a>> for RtpNotification
impl<'a> TryFrom<RtpNotificationRef<'a>> for RtpNotification
impl<'a> Copy for RtpNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for RtpNotificationRef<'a>
impl<'a> RefUnwindSafe for RtpNotificationRef<'a>
impl<'a> Send for RtpNotificationRef<'a>
impl<'a> Sync for RtpNotificationRef<'a>
impl<'a> Unpin for RtpNotificationRef<'a>
impl<'a> UnwindSafe for RtpNotificationRef<'a>
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