#[repr(C)]pub struct slotName {
pub hashTableIndex: c_uint,
pub use_: c_uint,
pub id: c_ushort,
pub name: *mut CLIPSLexeme,
pub putHandlerName: *mut CLIPSLexeme,
pub nxt: *mut slotName,
pub bsaveIndex: c_ulong,
}Fields
hashTableIndex: c_uintuse_: c_uintid: c_ushortname: *mut CLIPSLexemeputHandlerName: *mut CLIPSLexemenxt: *mut slotNamebsaveIndex: c_ulongTrait Implementations
impl Copy for slotName
Auto Trait Implementations
impl RefUnwindSafe for slotName
impl !Send for slotName
impl !Sync for slotName
impl Unpin for slotName
impl UnwindSafe for slotName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more