#[repr(transparent)]pub struct AacPacketType(pub u8);
Expand description
FLV AACPacketType
Indicates the type of data in AacAudioData
.
Defined by:
- Legacy FLV spec, Annex E.4.2.1
Tuple Fields§
§0: u8
Implementations§
Source§impl AacPacketType
impl AacPacketType
Sourcepub const SequenceHeader: Self
pub const SequenceHeader: Self
Sequence Header
Trait Implementations§
Source§impl Clone for AacPacketType
impl Clone for AacPacketType
Source§fn clone(&self) -> AacPacketType
fn clone(&self) -> AacPacketType
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 AacPacketType
impl Debug for AacPacketType
Source§impl From<AacPacketType> for u8
impl From<AacPacketType> for u8
Source§fn from(value: AacPacketType) -> Self
fn from(value: AacPacketType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AacPacketType
impl From<u8> for AacPacketType
Source§impl Hash for AacPacketType
impl Hash for AacPacketType
Source§impl Ord for AacPacketType
impl Ord for AacPacketType
Source§fn cmp(&self, other: &AacPacketType) -> Ordering
fn cmp(&self, other: &AacPacketType) -> 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 AacPacketType
impl PartialEq for AacPacketType
Source§impl PartialOrd for AacPacketType
impl PartialOrd for AacPacketType
impl Copy for AacPacketType
impl Eq for AacPacketType
impl StructuralPartialEq for AacPacketType
Auto Trait Implementations§
impl Freeze for AacPacketType
impl RefUnwindSafe for AacPacketType
impl Send for AacPacketType
impl Sync for AacPacketType
impl Unpin for AacPacketType
impl UnwindSafe for AacPacketType
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