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