Struct rtcp_types::Rpsi
source · pub struct Rpsi<'a> { /* private fields */ }
Implementations§
source§impl<'a> Rpsi<'a>
impl<'a> Rpsi<'a>
pub fn builder() -> RpsiBuilder<'a>
pub fn payload_type(&self) -> u8
pub fn bit_string(&self) -> (&[u8], usize)
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Rpsi<'a>
impl<'a> Send for Rpsi<'a>
impl<'a> Sync for Rpsi<'a>
impl<'a> Unpin for Rpsi<'a>
impl<'a> UnwindSafe for Rpsi<'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