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: f32
Trait Implementations§
source§impl PartialEq for ModelPart
impl PartialEq for ModelPart
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)