Struct HMIDIIN
#[repr(transparent)]pub struct HMIDIIN(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HMIDIIN
impl HMIDIIN
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HMIDIIN
impl Eq for HMIDIIN
impl StructuralPartialEq for HMIDIIN
Auto Trait Implementations§
impl Freeze for HMIDIIN
impl RefUnwindSafe for HMIDIIN
impl !Send for HMIDIIN
impl !Sync for HMIDIIN
impl Unpin for HMIDIIN
impl UnwindSafe for HMIDIIN
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