#[repr(C, packed(1))]pub struct HWAVEIN__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for HWAVEIN__
impl RefUnwindSafe for HWAVEIN__
impl Send for HWAVEIN__
impl Sync for HWAVEIN__
impl Unpin for HWAVEIN__
impl UnwindSafe for HWAVEIN__
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