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