#[repr(C, packed(1))]pub struct pcmwaveformat_tag {
pub wf: WAVEFORMAT,
pub wBitsPerSample: WORD,
}Fields§
§wf: WAVEFORMAT§wBitsPerSample: WORDTrait Implementations§
Source§impl Clone for pcmwaveformat_tag
impl Clone for pcmwaveformat_tag
Source§fn clone(&self) -> pcmwaveformat_tag
fn clone(&self) -> pcmwaveformat_tag
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 pcmwaveformat_tag
impl Debug for pcmwaveformat_tag
impl Copy for pcmwaveformat_tag
Auto Trait Implementations§
impl Freeze for pcmwaveformat_tag
impl RefUnwindSafe for pcmwaveformat_tag
impl Send for pcmwaveformat_tag
impl Sync for pcmwaveformat_tag
impl Unpin for pcmwaveformat_tag
impl UnwindSafe for pcmwaveformat_tag
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