pub struct IkFrame {
pub time: f32,
pub mix: f32,
pub softness: f32,
pub bend_direction: i32,
pub compress: bool,
pub stretch: bool,
pub curve: [Curve; 2],
}Fields§
§time: f32§mix: f32§softness: f32§bend_direction: i32§compress: bool§stretch: bool§curve: [Curve; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for IkFrame
impl RefUnwindSafe for IkFrame
impl Send for IkFrame
impl Sync for IkFrame
impl Unpin for IkFrame
impl UnwindSafe for IkFrame
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