Struct HWAVEIN
#[repr(transparent)]pub struct HWAVEIN(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HWAVEIN
impl HWAVEIN
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HWAVEIN
impl Eq for HWAVEIN
impl StructuralPartialEq for HWAVEIN
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