Struct physis::pbd::PreBoneDeformMatrices
source · pub struct PreBoneDeformMatrices {
pub bones: Vec<PreBoneDeformBone>,
}
Fields§
§bones: Vec<PreBoneDeformBone>
The prebone deform bones
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreBoneDeformMatrices
impl RefUnwindSafe for PreBoneDeformMatrices
impl Send for PreBoneDeformMatrices
impl Sync for PreBoneDeformMatrices
impl Unpin for PreBoneDeformMatrices
impl UnwindSafe for PreBoneDeformMatrices
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