#[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: u8Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.