Struct rcocos2d_sys::cocos2d_CCLabelProtocol [−][src]
#[repr(C)]pub struct cocos2d_CCLabelProtocol { pub vtable_: *const cocos2d_CCLabelProtocol__bindgen_vtable, }
Expand description
Common interface for Labels @js NA @lua NA
Fields
vtable_: *const cocos2d_CCLabelProtocol__bindgen_vtable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cocos2d_CCLabelProtocol
impl !Send for cocos2d_CCLabelProtocol
impl !Sync for cocos2d_CCLabelProtocol
impl Unpin for cocos2d_CCLabelProtocol
impl UnwindSafe for cocos2d_CCLabelProtocol
Blanket Implementations
Mutably borrows from an owned value. Read more