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