#[repr(transparent)]pub struct SoundSize(pub u8);Expand description
FLV Sound Size
Denotes the size of each sample in the audio data.
Defined by:
- video_file_format_spec_v10.pdf (Chapter 1 - The FLV File Format - Audio tags)
- video_file_format_spec_v10_1.pdf (Annex E.4.2.1 - AUDIODATA)
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Ord for SoundSize
impl Ord for SoundSize
Source§impl PartialOrd for SoundSize
impl PartialOrd for SoundSize
impl Copy for SoundSize
impl Eq for SoundSize
impl StructuralPartialEq for SoundSize
Auto Trait Implementations§
impl Freeze for SoundSize
impl RefUnwindSafe for SoundSize
impl Send for SoundSize
impl Sync for SoundSize
impl Unpin for SoundSize
impl UnwindSafe for SoundSize
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