#[repr(C)]pub struct refcounted_he {
pub refcounted_he_next: *mut refcounted_he,
pub refcounted_he_hash: U32,
pub refcounted_he_keylen: U32,
pub refcounted_he_val: refcounted_he__bindgen_ty_1,
pub refcounted_he_refcnt: U32,
pub refcounted_he_data: [c_char; 1],
}
Fields§
§refcounted_he_next: *mut refcounted_he
§refcounted_he_hash: U32
§refcounted_he_keylen: U32
§refcounted_he_val: refcounted_he__bindgen_ty_1
§refcounted_he_refcnt: U32
§refcounted_he_data: [c_char; 1]
Trait Implementations§
Source§impl Clone for refcounted_he
impl Clone for refcounted_he
Source§fn clone(&self) -> refcounted_he
fn clone(&self) -> refcounted_he
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for refcounted_he
impl Debug for refcounted_he
impl Copy for refcounted_he
Auto Trait Implementations§
impl Freeze for refcounted_he
impl RefUnwindSafe for refcounted_he
impl !Send for refcounted_he
impl !Sync for refcounted_he
impl Unpin for refcounted_he
impl UnwindSafe for refcounted_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