#[repr(C)]pub struct aiMeshKey {
pub mTime: f64,
pub mValue: c_uint,
}Fields§
§mTime: f64§mValue: c_uintTrait Implementations§
impl Copy for aiMeshKey
impl StructuralPartialEq for aiMeshKey
Auto Trait Implementations§
impl Freeze for aiMeshKey
impl RefUnwindSafe for aiMeshKey
impl Send for aiMeshKey
impl Sync for aiMeshKey
impl Unpin for aiMeshKey
impl UnsafeUnpin for aiMeshKey
impl UnwindSafe for aiMeshKey
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