Struct oxygengine_ha_renderer::mesh::rig::Rig
source · pub struct Rig {
pub skeleton: Skeleton,
pub deformer: Deformer,
pub controls: Vec<RigControl>,
}Fields§
§skeleton: Skeleton§deformer: Deformer§controls: Vec<RigControl>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Rig
impl Send for Rig
impl Sync for Rig
impl Unpin for Rig
impl !UnwindSafe for Rig
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more