#[repr(transparent)]pub struct SoundSize(pub u8);Expand description
FLV SoundSize
Size of each audio sample. This parameter only pertains to uncompressed formats. Compressed formats always decode to 16 bits internally.
Defined by:
- Legacy FLV spec, Annex E.4.2.1
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
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.