Struct rcocos2d_sys::cocos2d_CCTouchScriptHandlerEntry[][src]

#[repr(C)]
pub struct cocos2d_CCTouchScriptHandlerEntry { pub _base: cocos2d_CCScriptHandlerEntry, pub m_bIsMultiTouches: bool, pub m_nPriority: c_int, pub m_bSwallowsTouches: bool, }
Expand description

@js NA @lua NA

Fields

_base: cocos2d_CCScriptHandlerEntrym_bIsMultiTouches: boolm_nPriority: c_intm_bSwallowsTouches: bool

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.