[][src]Struct clips_sys::messageHandlerData

#[repr(C)]
pub struct messageHandlerData {
    pub HandlerGetInfo: EntityRecord,
    pub HandlerPutInfo: EntityRecord,
    pub INIT_SYMBOL: *mut CLIPSLexeme,
    pub DELETE_SYMBOL: *mut CLIPSLexeme,
    pub CREATE_SYMBOL: *mut CLIPSLexeme,
    pub WatchHandlers: bool,
    pub WatchMessages: bool,
    pub hndquals: [*const c_char; 4],
    pub SELF_SYMBOL: *mut CLIPSLexeme,
    pub CurrentMessageName: *mut CLIPSLexeme,
    pub CurrentCore: *mut HANDLER_LINK,
    pub TopOfCore: *mut HANDLER_LINK,
    pub NextInCore: *mut HANDLER_LINK,
    pub OldCore: *mut HANDLER_LINK,
}

Fields

HandlerGetInfo: EntityRecordHandlerPutInfo: EntityRecordINIT_SYMBOL: *mut CLIPSLexemeDELETE_SYMBOL: *mut CLIPSLexemeCREATE_SYMBOL: *mut CLIPSLexemeWatchHandlers: boolWatchMessages: boolhndquals: [*const c_char; 4]SELF_SYMBOL: *mut CLIPSLexemeCurrentMessageName: *mut CLIPSLexemeCurrentCore: *mut HANDLER_LINKTopOfCore: *mut HANDLER_LINKNextInCore: *mut HANDLER_LINKOldCore: *mut HANDLER_LINK

Trait Implementations

impl Clone for messageHandlerData[src]

impl Copy for messageHandlerData[src]

impl Debug for messageHandlerData[src]

impl Default for messageHandlerData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.