pub struct F32Le;Expand description
32-bit Floating Point PCM Little Endian
Trait Implementations§
Auto Trait Implementations§
impl Freeze for F32Le
impl RefUnwindSafe for F32Le
impl Send for F32Le
impl Sync for F32Le
impl Unpin for F32Le
impl UnsafeUnpin for F32Le
impl UnwindSafe for F32Le
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