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