#[repr(C, packed(1))]pub struct HMIDIIN__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
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