#[repr(C)]pub struct ht_pp_options_t {
pub cmp: HtPPListComparator,
pub hashfn: HtPPHashFunction,
pub dupkey: HtPPDupKey,
pub dupvalue: HtPPDupValue,
pub calcsizeK: HtPPCalcSizeK,
pub calcsizeV: HtPPCalcSizeV,
pub freefn: HtPPKvFreeFunc,
pub elem_size: size_t,
}
Fields§
§cmp: HtPPListComparator
§hashfn: HtPPHashFunction
§dupkey: HtPPDupKey
§dupvalue: HtPPDupValue
§calcsizeK: HtPPCalcSizeK
§calcsizeV: HtPPCalcSizeV
§freefn: HtPPKvFreeFunc
§elem_size: size_t
Trait Implementations§
Source§impl Clone for ht_pp_options_t
impl Clone for ht_pp_options_t
Source§fn clone(&self) -> ht_pp_options_t
fn clone(&self) -> ht_pp_options_t
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 ht_pp_options_t
impl Debug for ht_pp_options_t
impl Copy for ht_pp_options_t
Auto Trait Implementations§
impl Freeze for ht_pp_options_t
impl RefUnwindSafe for ht_pp_options_t
impl Send for ht_pp_options_t
impl Sync for ht_pp_options_t
impl Unpin for ht_pp_options_t
impl UnwindSafe for ht_pp_options_t
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