pub struct PcmC {
pub big_endian: bool,
pub sample_size: u8,
}Fields§
§big_endian: bool§sample_size: u8Trait Implementations§
impl Eq for PcmC
impl StructuralPartialEq for PcmC
Auto Trait Implementations§
impl Freeze for PcmC
impl RefUnwindSafe for PcmC
impl Send for PcmC
impl Sync for PcmC
impl Unpin for PcmC
impl UnwindSafe for PcmC
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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