pub enum FourCCAudioType {
FLTP = 1_884_572_742,
}Variants§
FLTP = 1_884_572_742
This format stands for floating-point audio.
Trait Implementations§
Source§impl Clone for FourCCAudioType
impl Clone for FourCCAudioType
Source§fn clone(&self) -> FourCCAudioType
fn clone(&self) -> FourCCAudioType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FourCCAudioType
impl Debug for FourCCAudioType
Source§impl TryFrom<u32> for FourCCAudioType
impl TryFrom<u32> for FourCCAudioType
impl Copy for FourCCAudioType
Auto Trait Implementations§
impl Freeze for FourCCAudioType
impl RefUnwindSafe for FourCCAudioType
impl Send for FourCCAudioType
impl Sync for FourCCAudioType
impl Unpin for FourCCAudioType
impl UnwindSafe for FourCCAudioType
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