pub struct SadLpcm {
pub has_sample_size_24_bits: bool,
pub has_sample_size_20_bits: bool,
pub has_sample_size_16_bits: bool,
}Fields§
§has_sample_size_24_bits: bool§has_sample_size_20_bits: bool§has_sample_size_16_bits: boolTrait Implementations§
Source§impl From<di_cta_sad_lpcm> for SadLpcm
impl From<di_cta_sad_lpcm> for SadLpcm
Source§fn from(value: di_cta_sad_lpcm) -> SadLpcm
fn from(value: di_cta_sad_lpcm) -> SadLpcm
Converts to this type from the input type.
impl Copy for SadLpcm
Auto Trait Implementations§
impl Freeze for SadLpcm
impl RefUnwindSafe for SadLpcm
impl Send for SadLpcm
impl Sync for SadLpcm
impl Unpin for SadLpcm
impl UnwindSafe for SadLpcm
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