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