#[repr(C)]pub struct portItem {
pub moduleName: *mut CLIPSLexeme,
pub constructType: *mut CLIPSLexeme,
pub constructName: *mut CLIPSLexeme,
pub next: *mut PortItem,
}Fields§
§moduleName: *mut CLIPSLexeme§constructType: *mut CLIPSLexeme§constructName: *mut CLIPSLexeme§next: *mut PortItemTrait Implementations§
impl Copy for portItem
Auto Trait Implementations§
impl Freeze for portItem
impl RefUnwindSafe for portItem
impl !Send for portItem
impl !Sync for portItem
impl Unpin for portItem
impl UnwindSafe for portItem
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