#[repr(transparent)]pub struct AvMultitrackType(pub u8);
Expand description
Type of multitrack.
Used by both audio and video pipeline.
Tuple Fields§
§0: u8
Implementations§
Source§impl AvMultitrackType
impl AvMultitrackType
Sourcepub const ManyTracks: Self
pub const ManyTracks: Self
Many tracks with one codec.
Sourcepub const ManyTracksManyCodecs: Self
pub const ManyTracksManyCodecs: Self
Many tracks with many codecs.
Trait Implementations§
Source§impl Clone for AvMultitrackType
impl Clone for AvMultitrackType
Source§fn clone(&self) -> AvMultitrackType
fn clone(&self) -> AvMultitrackType
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 AvMultitrackType
impl Debug for AvMultitrackType
Source§impl From<AvMultitrackType> for u8
impl From<AvMultitrackType> for u8
Source§fn from(value: AvMultitrackType) -> Self
fn from(value: AvMultitrackType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AvMultitrackType
impl From<u8> for AvMultitrackType
Source§impl Hash for AvMultitrackType
impl Hash for AvMultitrackType
Source§impl Ord for AvMultitrackType
impl Ord for AvMultitrackType
Source§fn cmp(&self, other: &AvMultitrackType) -> Ordering
fn cmp(&self, other: &AvMultitrackType) -> 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 AvMultitrackType
impl PartialEq for AvMultitrackType
Source§impl PartialOrd for AvMultitrackType
impl PartialOrd for AvMultitrackType
impl Copy for AvMultitrackType
impl Eq for AvMultitrackType
impl StructuralPartialEq for AvMultitrackType
Auto Trait Implementations§
impl Freeze for AvMultitrackType
impl RefUnwindSafe for AvMultitrackType
impl Send for AvMultitrackType
impl Sync for AvMultitrackType
impl Unpin for AvMultitrackType
impl UnwindSafe for AvMultitrackType
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