#[repr(C, align(8))]pub struct HashTableNode {
pub next: *mut cds_lfht_node,
pub reverse_hash: c_ulong,
}Fields§
§next: *mut cds_lfht_node§reverse_hash: c_ulongTrait Implementations§
source§impl Clone for cds_lfht_node
impl Clone for cds_lfht_node
source§fn clone(&self) -> cds_lfht_node
fn clone(&self) -> cds_lfht_node
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 cds_lfht_node
impl Debug for cds_lfht_node
source§impl Default for cds_lfht_node
impl Default for cds_lfht_node
impl Copy for cds_lfht_node
Auto Trait Implementations§
impl Freeze for cds_lfht_node
impl RefUnwindSafe for cds_lfht_node
impl !Send for cds_lfht_node
impl !Sync for cds_lfht_node
impl Unpin for cds_lfht_node
impl UnwindSafe for cds_lfht_node
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)