#[repr(C)]pub struct HIMC__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for HIMC__
impl RefUnwindSafe for HIMC__
impl Send for HIMC__
impl Sync for HIMC__
impl Unpin for HIMC__
impl UnwindSafe for HIMC__
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