#[repr(transparent)]pub struct SoundType(pub u8);
Expand description
FLV SoundType
Denotes the number of channels in the audio data.
Defined by:
- Legacy FLV spec, Annex E.4.2.1
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Ord for SoundType
impl Ord for SoundType
Source§impl PartialOrd for SoundType
impl PartialOrd for SoundType
impl Copy for SoundType
impl Eq for SoundType
impl StructuralPartialEq for SoundType
Auto Trait Implementations§
impl Freeze for SoundType
impl RefUnwindSafe for SoundType
impl Send for SoundType
impl Sync for SoundType
impl Unpin for SoundType
impl UnwindSafe for SoundType
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