#[repr(C)]pub struct ihash_item_s {
pub name: *mut u8,
pub value: *mut c_void,
pub next: *mut ihash_item_s,
}Fields§
§name: *mut u8§value: *mut c_void§next: *mut ihash_item_sTrait Implementations§
Source§impl Clone for ihash_item_s
impl Clone for ihash_item_s
Source§fn clone(&self) -> ihash_item_s
fn clone(&self) -> ihash_item_s
Returns a duplicate 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 ihash_item_s
impl Debug for ihash_item_s
impl Copy for ihash_item_s
Auto Trait Implementations§
impl Freeze for ihash_item_s
impl RefUnwindSafe for ihash_item_s
impl !Send for ihash_item_s
impl !Sync for ihash_item_s
impl Unpin for ihash_item_s
impl UnwindSafe for ihash_item_s
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