Struct DMUS_WAVEDATA
#[repr(C)]pub struct DMUS_WAVEDATA {
pub cbSize: u32,
pub byData: [u8; 4],
}
Fields§
§cbSize: u32
§byData: [u8; 4]
Trait Implementations§
§impl Clone for DMUS_WAVEDATA
impl Clone for DMUS_WAVEDATA
§fn clone(&self) -> DMUS_WAVEDATA
fn clone(&self) -> DMUS_WAVEDATA
Returns a copy 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 more§impl Debug for DMUS_WAVEDATA
impl Debug for DMUS_WAVEDATA
§impl Default for DMUS_WAVEDATA
impl Default for DMUS_WAVEDATA
§impl PartialEq for DMUS_WAVEDATA
impl PartialEq for DMUS_WAVEDATA
impl Copy for DMUS_WAVEDATA
impl StructuralPartialEq for DMUS_WAVEDATA
Auto Trait Implementations§
impl Freeze for DMUS_WAVEDATA
impl RefUnwindSafe for DMUS_WAVEDATA
impl Send for DMUS_WAVEDATA
impl Sync for DMUS_WAVEDATA
impl Unpin for DMUS_WAVEDATA
impl UnwindSafe for DMUS_WAVEDATA
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