#[repr(transparent)]pub struct VideoPacketModExType(pub u8);
Expand description
Different types of audio packet modifier extensions.
Tuple Fields§
§0: u8
Implementations§
Source§impl VideoPacketModExType
impl VideoPacketModExType
Sourcepub const TimestampOffsetNano: Self
pub const TimestampOffsetNano: Self
Timestamp offset in nanoseconds.
Trait Implementations§
Source§impl Clone for VideoPacketModExType
impl Clone for VideoPacketModExType
Source§fn clone(&self) -> VideoPacketModExType
fn clone(&self) -> VideoPacketModExType
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 VideoPacketModExType
impl Debug for VideoPacketModExType
Source§impl From<VideoPacketModExType> for u8
impl From<VideoPacketModExType> for u8
Source§fn from(value: VideoPacketModExType) -> Self
fn from(value: VideoPacketModExType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for VideoPacketModExType
impl From<u8> for VideoPacketModExType
Source§impl Hash for VideoPacketModExType
impl Hash for VideoPacketModExType
Source§impl Ord for VideoPacketModExType
impl Ord for VideoPacketModExType
Source§fn cmp(&self, other: &VideoPacketModExType) -> Ordering
fn cmp(&self, other: &VideoPacketModExType) -> 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 VideoPacketModExType
impl PartialEq for VideoPacketModExType
Source§impl PartialOrd for VideoPacketModExType
impl PartialOrd for VideoPacketModExType
impl Copy for VideoPacketModExType
impl Eq for VideoPacketModExType
impl StructuralPartialEq for VideoPacketModExType
Auto Trait Implementations§
impl Freeze for VideoPacketModExType
impl RefUnwindSafe for VideoPacketModExType
impl Send for VideoPacketModExType
impl Sync for VideoPacketModExType
impl Unpin for VideoPacketModExType
impl UnwindSafe for VideoPacketModExType
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