Struct classicube_sys::CustomModelAnim
source · #[repr(C)]pub struct CustomModelAnim {
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
}
Fields§
§a: f32
§b: f32
§c: f32
§d: f32
Trait Implementations§
source§impl Clone for CustomModelAnim
impl Clone for CustomModelAnim
source§fn clone(&self) -> CustomModelAnim
fn clone(&self) -> CustomModelAnim
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CustomModelAnim
impl Debug for CustomModelAnim
source§impl PartialEq for CustomModelAnim
impl PartialEq for CustomModelAnim
source§fn eq(&self, other: &CustomModelAnim) -> bool
fn eq(&self, other: &CustomModelAnim) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CustomModelAnim
impl StructuralPartialEq for CustomModelAnim
Auto Trait Implementations§
impl Freeze for CustomModelAnim
impl RefUnwindSafe for CustomModelAnim
impl Send for CustomModelAnim
impl Sync for CustomModelAnim
impl Unpin for CustomModelAnim
impl UnwindSafe for CustomModelAnim
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
)