#[repr(C)]pub struct symbolMatch {
pub match_: *mut CLIPSLexeme,
pub next: *mut symbolMatch,
}Fields§
§match_: *mut CLIPSLexeme§next: *mut symbolMatchTrait Implementations§
Source§impl Clone for symbolMatch
impl Clone for symbolMatch
Source§fn clone(&self) -> symbolMatch
fn clone(&self) -> symbolMatch
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for symbolMatch
impl Debug for symbolMatch
Source§impl Default for symbolMatch
impl Default for symbolMatch
impl Copy for symbolMatch
Auto Trait Implementations§
impl Freeze for symbolMatch
impl RefUnwindSafe for symbolMatch
impl !Send for symbolMatch
impl !Sync for symbolMatch
impl Unpin for symbolMatch
impl UnwindSafe for symbolMatch
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