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