#[repr(C)]pub struct objectAlphaNode {
pub header: patternNodeHeader,
pub matchTimeTag: c_ulonglong,
pub classbmp: *mut CLIPSBitMap,
pub slotbmp: *mut CLIPSBitMap,
pub patternNode: *mut OBJECT_PATTERN_NODE,
pub nxtInGroup: *mut objectAlphaNode,
pub nxtTerminal: *mut objectAlphaNode,
pub bsaveID: c_ulong,
}Fields§
§header: patternNodeHeader§matchTimeTag: c_ulonglong§classbmp: *mut CLIPSBitMap§slotbmp: *mut CLIPSBitMap§patternNode: *mut OBJECT_PATTERN_NODE§nxtInGroup: *mut objectAlphaNode§nxtTerminal: *mut objectAlphaNode§bsaveID: c_ulongTrait Implementations§
Source§impl Clone for objectAlphaNode
impl Clone for objectAlphaNode
Source§fn clone(&self) -> objectAlphaNode
fn clone(&self) -> objectAlphaNode
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 objectAlphaNode
impl Debug for objectAlphaNode
Source§impl Default for objectAlphaNode
impl Default for objectAlphaNode
impl Copy for objectAlphaNode
Auto Trait Implementations§
impl Freeze for objectAlphaNode
impl RefUnwindSafe for objectAlphaNode
impl !Send for objectAlphaNode
impl !Sync for objectAlphaNode
impl Unpin for objectAlphaNode
impl UnwindSafe for objectAlphaNode
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