#[repr(C)]pub struct HTAB { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HTAB
impl RefUnwindSafe for HTAB
impl Send for HTAB
impl Sync for HTAB
impl Unpin for HTAB
impl UnwindSafe for HTAB
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