#[repr(C)]pub struct HC { /* private fields */ }
Expand description
Cluster HC%s, containing HCCHAR?, HCINT?, HCINTMSK?, HCTSIZ?, HCDMA?, HCDMAB?
Implementations§
Auto Trait Implementations§
impl !Freeze for HC
impl !RefUnwindSafe for HC
impl Send for HC
impl !Sync for HC
impl Unpin for HC
impl UnwindSafe for HC
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