#[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_uint§use_: c_uint§id: c_ushort§name: *mut CLIPSLexeme§putHandlerName: *mut CLIPSLexeme§nxt: *mut slotName§bsaveIndex: c_ulongTrait Implementations§
impl Copy for slotName
Auto Trait Implementations§
impl Freeze for slotName
impl RefUnwindSafe for slotName
impl !Send for slotName
impl !Sync for slotName
impl Unpin for slotName
impl UnwindSafe for slotName
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