#[repr(C, packed(1))]pub struct HWAVEOUT__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HWAVEOUT__
impl Clone for HWAVEOUT__
Source§fn clone(&self) -> HWAVEOUT__
fn clone(&self) -> HWAVEOUT__
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 HWAVEOUT__
impl Debug for HWAVEOUT__
Source§impl Ord for HWAVEOUT__
impl Ord for HWAVEOUT__
Source§fn cmp(&self, other: &HWAVEOUT__) -> Ordering
fn cmp(&self, other: &HWAVEOUT__) -> 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 HWAVEOUT__
impl PartialEq for HWAVEOUT__
Source§impl PartialOrd for HWAVEOUT__
impl PartialOrd for HWAVEOUT__
impl Copy for HWAVEOUT__
impl Eq for HWAVEOUT__
impl StructuralPartialEq for HWAVEOUT__
Auto Trait Implementations§
impl Freeze for HWAVEOUT__
impl RefUnwindSafe for HWAVEOUT__
impl Send for HWAVEOUT__
impl Sync for HWAVEOUT__
impl Unpin for HWAVEOUT__
impl UnwindSafe for HWAVEOUT__
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