Struct classicube_sys::ModelPart
source · #[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: f32Trait Implementations§
source§impl PartialEq for ModelPart
impl PartialEq for ModelPart
impl Copy for ModelPart
impl StructuralPartialEq for ModelPart
Auto Trait Implementations§
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