pub struct SendRtcpNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized SendRtcpNotification.
Implementations§
Source§impl<'a> SendRtcpNotificationRef<'a>
impl<'a> SendRtcpNotificationRef<'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 SendRtcpNotificationRef<'a>
impl<'a> Clone for SendRtcpNotificationRef<'a>
Source§fn clone(&self) -> SendRtcpNotificationRef<'a>
fn clone(&self) -> SendRtcpNotificationRef<'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 SendRtcpNotificationRef<'a>
impl<'a> Debug for SendRtcpNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for SendRtcpNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for SendRtcpNotificationRef<'a>
Source§impl<'a> TryFrom<SendRtcpNotificationRef<'a>> for SendRtcpNotification
impl<'a> TryFrom<SendRtcpNotificationRef<'a>> for SendRtcpNotification
impl<'a> Copy for SendRtcpNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SendRtcpNotificationRef<'a>
impl<'a> RefUnwindSafe for SendRtcpNotificationRef<'a>
impl<'a> Send for SendRtcpNotificationRef<'a>
impl<'a> Sync for SendRtcpNotificationRef<'a>
impl<'a> Unpin for SendRtcpNotificationRef<'a>
impl<'a> UnwindSafe for SendRtcpNotificationRef<'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