pub enum AacPacketType {
SequenceHeader = 0,
Raw = 1,
}Expand description
AAC packet type.
Variants§
Trait Implementations§
Source§impl Clone for AacPacketType
impl Clone for AacPacketType
Source§fn clone(&self) -> AacPacketType
fn clone(&self) -> AacPacketType
Returns a duplicate 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 Hash for AacPacketType
impl Hash for AacPacketType
Source§impl PartialEq for AacPacketType
impl PartialEq 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