#[repr(C)]pub struct AiBone {
pub name: AiString,
pub num_weights: c_uint,
pub weights: *mut AiVertexWeight,
pub offset_matrix: AiMatrix4x4,
}Fields§
§name: AiString§num_weights: c_uint§weights: *mut AiVertexWeight§offset_matrix: AiMatrix4x4Auto Trait Implementations§
impl !Send for AiBone
impl !Sync for AiBone
impl Freeze for AiBone
impl RefUnwindSafe for AiBone
impl Unpin for AiBone
impl UnsafeUnpin for AiBone
impl UnwindSafe for AiBone
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