#[repr(C)]pub struct Model {
pub transform: Matrix,
pub meshCount: i32,
pub materialCount: i32,
pub meshes: *mut Mesh,
pub materials: *mut Material,
pub meshMaterial: *mut i32,
pub boneCount: i32,
pub bones: *mut BoneInfo,
pub bindPose: *mut Transform,
}
Fields§
§transform: Matrix
§meshCount: i32
§materialCount: i32
§meshes: *mut Mesh
§materials: *mut Material
§meshMaterial: *mut i32
§boneCount: i32
§bones: *mut BoneInfo
§bindPose: *mut Transform
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl !Send for Model
impl !Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)