#[repr(C)]pub struct factHashEntry {
pub theFact: *mut Fact,
pub next: *mut FactHashEntry,
}Fields§
§theFact: *mut Fact§next: *mut FactHashEntryTrait Implementations§
Source§impl Clone for factHashEntry
impl Clone for factHashEntry
Source§fn clone(&self) -> factHashEntry
fn clone(&self) -> factHashEntry
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 factHashEntry
impl Debug for factHashEntry
Source§impl Default for factHashEntry
impl Default for factHashEntry
impl Copy for factHashEntry
Auto Trait Implementations§
impl Freeze for factHashEntry
impl RefUnwindSafe for factHashEntry
impl !Send for factHashEntry
impl !Sync for factHashEntry
impl Unpin for factHashEntry
impl UnwindSafe for factHashEntry
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