#[repr(C)]pub struct he {
pub hent_next: *mut HE,
pub hent_hek: *mut HEK,
pub he_valu: he__bindgen_ty_1,
}
Fields§
§hent_next: *mut HE
§hent_hek: *mut HEK
§he_valu: he__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for he
impl RefUnwindSafe for he
impl !Send for he
impl !Sync for he
impl Unpin for he
impl UnwindSafe for he
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