#[repr(C, packed(1))]pub struct HMIXER__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Ord for HMIXER__
impl Ord for HMIXER__
Source§impl PartialOrd for HMIXER__
impl PartialOrd for HMIXER__
impl Copy for HMIXER__
impl Eq for HMIXER__
impl StructuralPartialEq for HMIXER__
Auto Trait Implementations§
impl Freeze for HMIXER__
impl RefUnwindSafe for HMIXER__
impl Send for HMIXER__
impl Sync for HMIXER__
impl Unpin for HMIXER__
impl UnwindSafe for HMIXER__
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