#[repr(C)]pub struct ModelPart {
pub offset: cc_uint16,
pub count: cc_uint16,
pub rotX: f32,
pub rotY: f32,
pub rotZ: f32,
}
Fields§
§offset: cc_uint16
§count: cc_uint16
§rotX: f32
§rotY: f32
§rotZ: f32
Trait Implementations§
impl Copy for ModelPart
impl StructuralPartialEq for ModelPart
Auto Trait Implementations§
impl Freeze for ModelPart
impl RefUnwindSafe for ModelPart
impl Send for ModelPart
impl Sync for ModelPart
impl Unpin for ModelPart
impl UnwindSafe for ModelPart
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