pub struct RtpPayloadNumber(/* private fields */);Expand description
Seven-bit RTP payload number used by a multimedia stream.
Implementations§
Trait Implementations§
Source§impl Clone for RtpPayloadNumber
impl Clone for RtpPayloadNumber
Source§fn clone(&self) -> RtpPayloadNumber
fn clone(&self) -> RtpPayloadNumber
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RtpPayloadNumber
Source§impl Debug for RtpPayloadNumber
impl Debug for RtpPayloadNumber
impl Eq for RtpPayloadNumber
Source§impl From<RtpPayloadNumber> for u32
impl From<RtpPayloadNumber> for u32
Source§fn from(value: RtpPayloadNumber) -> Self
fn from(value: RtpPayloadNumber) -> Self
Converts to this type from the input type.
Source§impl Hash for RtpPayloadNumber
impl Hash for RtpPayloadNumber
Source§impl Ord for RtpPayloadNumber
impl Ord for RtpPayloadNumber
Source§fn cmp(&self, other: &RtpPayloadNumber) -> Ordering
fn cmp(&self, other: &RtpPayloadNumber) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RtpPayloadNumber
impl PartialEq for RtpPayloadNumber
Source§impl PartialOrd for RtpPayloadNumber
impl PartialOrd for RtpPayloadNumber
impl StructuralPartialEq for RtpPayloadNumber
Auto Trait Implementations§
impl Freeze for RtpPayloadNumber
impl RefUnwindSafe for RtpPayloadNumber
impl Send for RtpPayloadNumber
impl Sync for RtpPayloadNumber
impl Unpin for RtpPayloadNumber
impl UnsafeUnpin for RtpPayloadNumber
impl UnwindSafe for RtpPayloadNumber
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