#[repr(C)]pub struct fact {
pub __bindgen_anon_1: fact__bindgen_ty_1,
pub whichDeftemplate: *mut Deftemplate,
pub list: *mut c_void,
pub factIndex: c_longlong,
pub hashValue: c_ulong,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub previousFact: *mut Fact,
pub nextFact: *mut Fact,
pub previousTemplateFact: *mut Fact,
pub nextTemplateFact: *mut Fact,
pub basisSlots: *mut Multifield,
pub theProposition: Multifield,
}Fields§
§__bindgen_anon_1: fact__bindgen_ty_1§whichDeftemplate: *mut Deftemplate§list: *mut c_void§factIndex: c_longlong§hashValue: c_ulong§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§previousFact: *mut Fact§nextFact: *mut Fact§previousTemplateFact: *mut Fact§nextTemplateFact: *mut Fact§basisSlots: *mut Multifield§theProposition: MultifieldImplementations§
Trait Implementations§
impl Copy for fact
Auto Trait Implementations§
impl Freeze for fact
impl RefUnwindSafe for fact
impl !Send for fact
impl !Sync for fact
impl Unpin for fact
impl UnwindSafe for fact
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