#[repr(C)]pub struct HC { /* private fields */ }
Expand description
Host channel
Implementations§
Trait 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