pub struct IkLink {
pub bone: BoneIndex,
pub angle_limit: Option<IkAngleLimit>,
}Fields§
§bone: BoneIndex§angle_limit: Option<IkAngleLimit>Trait Implementations§
impl StructuralPartialEq for IkLink
Auto Trait Implementations§
impl Freeze for IkLink
impl RefUnwindSafe for IkLink
impl Send for IkLink
impl Sync for IkLink
impl Unpin for IkLink
impl UnsafeUnpin for IkLink
impl UnwindSafe for IkLink
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