#[repr(C, packed(1))]pub struct wavehdr_tag {
pub lpData: LPSTR,
pub dwBufferLength: DWORD,
pub dwBytesRecorded: DWORD,
pub dwUser: DWORD_PTR,
pub dwFlags: DWORD,
pub dwLoops: DWORD,
pub lpNext: *mut wavehdr_tag,
pub reserved: DWORD_PTR,
}
Fields§
§lpData: LPSTR
§dwBufferLength: DWORD
§dwBytesRecorded: DWORD
§dwUser: DWORD_PTR
§dwFlags: DWORD
§dwLoops: DWORD
§lpNext: *mut wavehdr_tag
§reserved: DWORD_PTR
Trait Implementations§
Source§impl Clone for wavehdr_tag
impl Clone for wavehdr_tag
Source§fn clone(&self) -> wavehdr_tag
fn clone(&self) -> wavehdr_tag
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 moreSource§impl Debug for wavehdr_tag
impl Debug for wavehdr_tag
Source§impl Ord for wavehdr_tag
impl Ord for wavehdr_tag
Source§fn cmp(&self, other: &wavehdr_tag) -> Ordering
fn cmp(&self, other: &wavehdr_tag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for wavehdr_tag
impl PartialEq for wavehdr_tag
Source§impl PartialOrd for wavehdr_tag
impl PartialOrd for wavehdr_tag
impl Copy for wavehdr_tag
impl Eq for wavehdr_tag
impl StructuralPartialEq for wavehdr_tag
Auto Trait Implementations§
impl Freeze for wavehdr_tag
impl RefUnwindSafe for wavehdr_tag
impl !Send for wavehdr_tag
impl !Sync for wavehdr_tag
impl Unpin for wavehdr_tag
impl UnwindSafe for wavehdr_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