Struct classicube_sys::ModelTex
source ·
[−]#[repr(C)]pub struct ModelTex {
pub name: *const c_char,
pub skinType: cc_uint8,
pub texID: GfxResourceID,
pub next: *mut ModelTex,
}Fields
name: *const c_charskinType: cc_uint8texID: GfxResourceIDnext: *mut ModelTexTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModelTex
impl UnwindSafe for ModelTex
Blanket Implementations
Mutably borrows from an owned value. Read more
